From 548e39d6d82463c41394d3204c4d13ac4742db78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Wed, 27 Nov 2019 15:12:46 +0000 Subject: [PATCH] fix(ui): revert to bootswatch 4.3.1 colors --- ui/src/Styles/DarkTheme.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/src/Styles/DarkTheme.scss b/ui/src/Styles/DarkTheme.scss index 5d11af0ab..298fe8a15 100644 --- a/ui/src/Styles/DarkTheme.scss +++ b/ui/src/Styles/DarkTheme.scss @@ -16,6 +16,9 @@ $btn-active-box-shadow: 0; @import "Styles/Fonts"; @import "~bootswatch/dist/darkly/variables"; +// revert to bootswatch 4.3.1 colors +$light: $gray-800; + // make links light gray by default instead of green $link-color: $gray-400;