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/README.md b/README.md index 3b1c4bc..231283b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# live-site - -Files for my current live site located at https://page.moonmoon.tech/ +# Dev Branch + +This branch dosen't contain up to date files, it's most likely ahead or behind the main branch diff --git a/index.html b/index.html index 3280632..0512a7a 100644 --- a/index.html +++ b/index.html @@ -50,6 +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 */ /* ------------------- */