fix dark mode css

This commit is contained in:
Thomas G 2023-04-19 17:46:51 +10:00 committed by GitHub
parent 9c1af1e6e6
commit cdca0220f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -75,7 +75,8 @@ body {
.content_signup {
color: rgb(167, 167, 167);
background: rgb(25, 25, 25);
background-color: rgba(0,0,0,0.5);
background: rgba(0,0,0,0.5)
}
.content p a,
@ -92,7 +93,7 @@ body {
}
#footer_signup {
background: rgb(0, 0, 0);
/*background: rgb(0, 0, 0);*/
}
#footer p,