fix dark mode css

This commit is contained in:
Thomas G 2023-04-19 17:47:48 +10:00 committed by GitHub
parent 37dd64b575
commit 6da360d7d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -73,6 +73,12 @@ body {
background: rgb(25, 25, 25);
}
.content_signup {
color: rgb(167, 167, 167);
background-color: rgba(0,0,0,0.5);
background: rgba(0,0,0,0.5)
}
.content p a,
.content a,
.content_signup p a,
@ -86,6 +92,17 @@ body {
background: rgb(31, 31, 31);
}
#footer_signup {
/*background: rgb(0, 0, 0);*/
}
#footer p,
#footer a,
#footer_signup p,
#footer_signup a {
color: rgb(167, 167, 167);
}
a,
#navbarusername {
color: rgb(215, 215, 215);