mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-01-08 01:37:38 +08:00
Former-commit-id: 87d6945810
Former-commit-id: 3d70311e87bc03301e74e37a3843da97990beef9
Former-commit-id: 0813a1a42c92def48887b30dc25682ee34783cd2
Former-commit-id: b6c2d992625fd201c37d81fa812a6ad489e7db0b
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;
|
|
}
|