Add support for https://raw.githubusercontent.com/... pages
This commit is contained in:
parent
4909e58907
commit
a94b40d99f
|
@ -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;
|
||||
}
|
||||
}
|
|
@ -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;
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue