From fd5e5fc090a3ea3ac225d08146c8c9cb4121bed2 Mon Sep 17 00:00:00 2001 From: Josh Mindsight Date: Wed, 21 Dec 2022 21:34:03 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eindex.html=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d1aba01..ee21c58 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,7 @@ background-size: 100%; background-position: top; } + } h1 { @@ -74,7 +75,8 @@ .buttons > div:hover{ - filter: hue-rotate(90deg); + background-color: var(--main-bg-color); + border-color: black; } .buttons > div > a{ @@ -96,7 +98,7 @@ } .infotext { - padding-top: 2vw; + padding-top: 0.5vw; padding-bottom: 0.5vw; padding-left: 3vw; padding-right: 3vw;