Delete about_config_dark_mode.css

This commit is contained in:
overdodactyl 2017-11-28 21:26:13 +00:00 committed by GitHub
parent 2b3b734ce6
commit cc61079109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
@-moz-document url(about:config) {
#configDeck {
background: #323234 !important;
color: darkcyan !important;
}
scrollbar {
-moz-appearance: none !important;
background: white !important;
}
thumb {
-moz-appearance: scalethumb-vertical !important;
}
#textbox, tree#configTree {
filter: invert(80%) hue-rotate(150deg);
}
}