From 7fe2d9b7786e65f530770c56e333e58be7282687 Mon Sep 17 00:00:00 2001 From: Jed Fox Date: Sat, 11 Aug 2018 18:29:58 -0400 Subject: [PATCH] Misc fixes --- assets/stylesheets/global/_variables-dark.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/global/_variables-dark.scss b/assets/stylesheets/global/_variables-dark.scss index dda63b6e..f2d5272d 100644 --- a/assets/stylesheets/global/_variables-dark.scss +++ b/assets/stylesheets/global/_variables-dark.scss @@ -26,11 +26,12 @@ html.dark { --focusText: #f7f2f2; --loadingText: #5d6164; - --splashText: --loadingText; + --splashText: var(--loadingText); --selectionBackground: #007acc; --selectionBorder: #000; - --selectionText: rgba(255, 255, 255, 0.9); + --selectionText: #fff; + --transparentSelectionText: rgba(255, 255, 255, 0.9); --highlightBackground: #64675f;