From 1ebf7948c6e99dfa30e2d602ae687c8089e6f236 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 7 Nov 2019 14:09:43 +0000 Subject: [PATCH] Quick tweak to increase the contrast of dark mode a little prior to a real review of the colours tomorrow. --- web/pgadmin/static/scss/resources/dark/_theme.variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pgadmin/static/scss/resources/dark/_theme.variables.scss b/web/pgadmin/static/scss/resources/dark/_theme.variables.scss index e290fe289..b52e42402 100644 --- a/web/pgadmin/static/scss/resources/dark/_theme.variables.scss +++ b/web/pgadmin/static/scss/resources/dark/_theme.variables.scss @@ -1,7 +1,7 @@ $white: #fff; $black: #000; -$color-bg: #4d4d4d; +$color-bg: #222; $color-fg: #fff; $color-primary: #40617d;