Delete about_preferences_dark_mode.css

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

View File

@ -1,26 +0,0 @@
@-moz-document url-prefix(about:preferences) {
page {
filter: invert(80%) hue-rotate(150deg);
background-color: #323234 !important;
}
#categories, .search-container {
background-color: white !important;
}
.category[selected], .category:hover {
background-color: #E9E9E9 !important;
color: #323234 !important;
-moz-border-start: unset !important;
}
#tabsElement tab[selected] {
-moz-border-bottom-colors: #323234 !important;
}
.help-button {
display: none !important;
}
}