4 lines
74 B
CSS
4 lines
74 B
CSS
|
* {
|
||
|
background-color: #292929 !important;
|
||
|
color: #FFFFFF !important;
|
||
|
}
|