fix dark mode css
This commit is contained in:
parent
2cf9559b26
commit
d083f1bb94
|
|
@ -75,7 +75,8 @@ body {
|
||||||
|
|
||||||
.content_signup {
|
.content_signup {
|
||||||
color: rgb(167, 167, 167);
|
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,
|
.content p a,
|
||||||
|
|
@ -92,7 +93,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer_signup {
|
#footer_signup {
|
||||||
background: rgb(0, 0, 0);
|
/*background: rgb(0, 0, 0);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer p,
|
#footer p,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue