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;