This commit is contained in:
overdodactyl 2017-12-26 22:19:57 -07:00
parent 4909e58907
commit a94b40d99f
3 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,6 @@
@-moz-document url-prefix(https://raw.githubusercontent.com) {
html {
background: var(--primary-dark-color) !important;
color: var(--primary-light-color) !important;
}
}

View File

@ -1598,6 +1598,12 @@
color: var(--primary-light-color) !important;
}
}
@-moz-document url-prefix(https://raw.githubusercontent.com) {
html {
background: var(--primary-dark-color) !important;
color: var(--primary-light-color) !important;
}
}
@-moz-document url-prefix(view-source) {
*|*:root {
background-color: var(--primary-dark-color) !important;

View File

@ -46,3 +46,4 @@
@import 'userContent-files/webpages/amo_store.css';
@import 'userContent-files/webpages/manifest.css';
@import 'userContent-files/webpages/directory_listings.css';
@import 'userContent-files/webpages/raw_githubusercontent.css';