View source color scheme

This commit is contained in:
overdodactyl 2018-11-07 14:56:58 -07:00
parent 673c7fe00c
commit 1af464853d
2 changed files with 5 additions and 3 deletions

View File

@ -18,6 +18,7 @@ url(https://www.mozilla.org/credits/),
url-prefix(https://addons.mozilla.org),
url-prefix(http://addons.mozilla.org),
url-prefix(moz-extension),
url-prefix(view-source),
regexp(".*\\.(p|P)(d|D)(f|F).*") {
:root {
--magenta-50: #ff1ad9;
@ -150,4 +151,4 @@ regexp(".*\\.(p|P)(d|D)(f|F).*") {
--end-indicator-for-updater-scripts: black;
--dummy-variable-for-updater-scripys: black
}
}
}

View File

@ -30,7 +30,8 @@
}
#pageNumber,
#scaleSelectContainer {
border: 1px solid!important
border: 1px solid!important;
border-color: var(--in-content-box-border-color) !important;
}
#loadingBar {
position: relative;
@ -98,4 +99,4 @@
background-color: var(--in-content-box-border-color)!important;
box-shadow: none!important
}
}
}