fix dark mode css
This commit is contained in:
parent
37dd64b575
commit
6da360d7d7
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue