made it more dark theme.

made it more dark theme, also fixed a few errors.
This commit is contained in:
xAphex 2017-12-23 14:42:30 +02:00 committed by GitHub
parent dff3d1ad1e
commit a5e3f1fcb6
1 changed files with 5 additions and 1 deletions

View File

@ -1078,7 +1078,11 @@
} }
input[type="number"] { input[type="number"] {
background-color: var(--grey-60); background-color: var(--grey-60) !important;
}
#externalLists {
background-color: var(--grey-60) !important;
} }
} }
@-moz-document url-prefix("https://addons.mozilla.org") { @-moz-document url-prefix("https://addons.mozilla.org") {