diff --git a/index.html b/index.html index 9035901..d5572d0 100644 --- a/index.html +++ b/index.html @@ -25,4 +25,12 @@

My social media links

© 2025 Alexey Kutepov + diff --git a/main.css b/main.css index 591efd0..bdf4470 100644 --- a/main.css +++ b/main.css @@ -121,3 +121,13 @@ body:has(.logo:active) a:link, body:has(.logo:active) a:visited { text-decoration-color: #f43841; } + +body:has(#title a:hover) .logo { + border-radius: 50%; +} + +body:has(#title a:active) .logo { + background: #f43841; + border-radius: 0%; + transform: rotate(45deg); +}