mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-29 17:24:59 +08:00
21 lines
No EOL
493 B
CSS
21 lines
No EOL
493 B
CSS
@-moz-document url("about:newtab") {
|
|
body {
|
|
background-color: #0C0310 !important;
|
|
}
|
|
}
|
|
|
|
@-moz-document url(about:blank) {
|
|
html,body { background: #0C0310 !important; }
|
|
}
|
|
|
|
|
|
/*fix dark text on dark inputbox*/
|
|
input:not(.urlbar-input):not(.textbox-input):not(.form-control):not([type='checkbox']):not([type='radio']), textarea, select {
|
|
-moz-appearance: none !important;
|
|
background-color: white;
|
|
color: black;
|
|
}
|
|
|
|
#downloads-indicator-counter {
|
|
color: white;
|
|
} |