mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-26 15:14:58 +08:00
Former-commit-id: 3e619a917c
Former-commit-id: 69e4e61cccff04b9f8ef2aadc6f2a05778bcbe63
Former-commit-id: 567798d52bc5cc3a0155bd7bfaa21ff7b7b88098
Former-commit-id: 95c814ad834fb3145eef88a68bde9af04f98bec9
21 lines
526 B
CSS
21 lines
526 B
CSS
/*@-moz-document url("about:newtab") { */
|
|
/*body {*/
|
|
/*background-color: #08070C !important;*/
|
|
/*}*/
|
|
/*}*/
|
|
|
|
/*@-moz-document url(about:blank) {*/
|
|
/*html,body { background: #08070C !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;
|
|
}
|