6 lines
91 B
CSS
6 lines
91 B
CSS
|
@-moz-document url("about:newtab") {
|
||
|
body {
|
||
|
background-color: #333 !important;
|
||
|
}
|
||
|
}
|