From e5a34ff48313b6ae38ac72da02f889ed8985d76b Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 7 Dec 2024 14:24:06 +0300 Subject: [PATCH] assets: remove button styling Yeesh. --- .github/assets/index.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/assets/index.html b/.github/assets/index.html index fe37734..5b604ff 100644 --- a/.github/assets/index.html +++ b/.github/assets/index.html @@ -59,7 +59,6 @@ a { text-decoration: none; - color: #3498db; font-size: 1.2rem; } @@ -71,15 +70,10 @@ display: inline-block; padding: 8px 16px; border-radius: 4px; - background-color: #3498db; color: white; font-weight: bold; transition: background-color 0.3s ease; } - - a:hover { - background-color: #2980b9; - }