mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-28 08:14:57 +08:00
Former-commit-id: e39b683266
Former-commit-id: daf7c7d2219ff70f8e1298ea5bb0d1d9b65107ab
Former-commit-id: a8c6a23e37b5b43b2d63356c97c9a8f68af977e3
21 lines
No EOL
493 B
CSS
21 lines
No EOL
493 B
CSS
@-moz-document url("about:newtab") {
|
|
body {
|
|
background-color: #0E0115 !important;
|
|
}
|
|
}
|
|
|
|
@-moz-document url(about:blank) {
|
|
html,body { background: #0E0115 !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;
|
|
} |