From a5e3f1fcb66d631340f9e25dd1da767244f49bba Mon Sep 17 00:00:00 2001 From: xAphex <5391237+xAphex@users.noreply.github.com> Date: Sat, 23 Dec 2017 14:42:30 +0200 Subject: [PATCH] made it more dark theme. made it more dark theme, also fixed a few errors. --- userContent.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/userContent.css b/userContent.css index b25c1a9..23450e3 100644 --- a/userContent.css +++ b/userContent.css @@ -1078,7 +1078,11 @@ } 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") {