„index.html“ ändern

This commit is contained in:
Josh Mindsight 2022-12-21 21:34:03 +00:00
parent 55cbdb5457
commit fd5e5fc090

View file

@ -24,6 +24,7 @@
background-size: 100%; background-size: 100%;
background-position: top; background-position: top;
} }
} }
h1 { h1 {
@ -74,7 +75,8 @@
.buttons > div:hover{ .buttons > div:hover{
filter: hue-rotate(90deg); background-color: var(--main-bg-color);
border-color: black;
} }
.buttons > div > a{ .buttons > div > a{
@ -96,7 +98,7 @@
} }
.infotext { .infotext {
padding-top: 2vw; padding-top: 0.5vw;
padding-bottom: 0.5vw; padding-bottom: 0.5vw;
padding-left: 3vw; padding-left: 3vw;
padding-right: 3vw; padding-right: 3vw;