7 lines
182 B
CSS
7 lines
182 B
CSS
![]() |
@-moz-document url-prefix(https://raw.githubusercontent.com) {
|
||
|
html {
|
||
|
background: var(--primary-dark-color) !important;
|
||
|
color: var(--primary-light-color) !important;
|
||
|
}
|
||
|
}
|