From f5dbe8be352c7211bfbe29853e191bbf901cd41c Mon Sep 17 00:00:00 2001 From: moonmoon Date: Sun, 12 Apr 2026 19:59:43 +0200 Subject: [PATCH] updates --- Assets/forgejo.svg | 1 + index.html | 2 +- style.css | 19 +++++++++++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 Assets/forgejo.svg diff --git a/Assets/forgejo.svg b/Assets/forgejo.svg new file mode 100644 index 0000000..e2461e6 --- /dev/null +++ b/Assets/forgejo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index 4231422..0512a7a 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@
- + Forgejo diff --git a/style.css b/style.css index b24b69e..52fe164 100644 --- a/style.css +++ b/style.css @@ -412,6 +412,25 @@ footer { color: rgb(63, 9, 126); } +.social-buttons a img { + position: absolute; + top: 50%; + left: 50%; + width: 22px; + height: 22px; + transform: translate(-50%, -50%); + object-fit: contain; + transition: 0.3s; +} + +.social-buttons a:hover img { + transform: translate(-50%, -50%) rotate(0deg); +} + +.social-buttons a img:hover { + transform: translate(-50%, -50%) rotate(225deg); +} + /* ------------------- */ /* Utility classes */ /* ------------------- */