mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-27 07:44:56 +08:00
Former-commit-id: 46c2bf7d26
Former-commit-id: ec0b4e689f3f8e97d837848929a1a6a9e45f779b
Former-commit-id: 19f055447f5fd666a270a51cf98b05d70716e826
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;
|
|
} |