From 4c192393b051fe2959a25896809b636841e66a3e Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 7 Nov 2019 14:24:42 +0000 Subject: [PATCH] Tone down the primary FG colour in dark mode a touch. --- 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 b52e42402..defd56a9a 100644 --- a/web/pgadmin/static/scss/resources/dark/_theme.variables.scss +++ b/web/pgadmin/static/scss/resources/dark/_theme.variables.scss @@ -2,7 +2,7 @@ $white: #fff; $black: #000; $color-bg: #222; -$color-fg: #fff; +$color-fg: #ddd; $color-primary: #40617d; $color-primary-fg: $white;