Fix: Category icons losing color

This commit is contained in:
Donatas Kirda 2024-05-14 13:00:45 +03:00
parent fc1160fa9e
commit eb54ca56c8
Signed by: bloodwiing
GPG Key ID: 63020D8D3F4A164F

View File

@ -22,7 +22,6 @@ body {
} }
* { * {
color: white;
font-family: "Nunito Sans", sans-serif; font-family: "Nunito Sans", sans-serif;
font-optical-sizing: auto; font-optical-sizing: auto;
font-weight: 300; font-weight: 300;
@ -32,8 +31,9 @@ body {
"YTLC" 500; "YTLC" 500;
} }
h1, h2, h3, h4, p { h1, h2, h3, h4, h5, h6, p, span {
margin: 0; margin: 0;
color: white;
} }
button { button {