From 69fb05290788396b575511386e82335dcf74ab6c Mon Sep 17 00:00:00 2001 From: Shane Miller Date: Thu, 3 Aug 2023 12:20:38 -0700 Subject: [PATCH] Contrast improvements Signed-off-by: Shane Miller --- themes/geekboot/assets/scss/dark-mode.scss | 20 ++++++++++---------- themes/geekboot/assets/scss/light-mode.scss | 12 ++++++------ 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/themes/geekboot/assets/scss/dark-mode.scss b/themes/geekboot/assets/scss/dark-mode.scss index f41c6a32f..5cc9467a9 100644 --- a/themes/geekboot/assets/scss/dark-mode.scss +++ b/themes/geekboot/assets/scss/dark-mode.scss @@ -6,7 +6,7 @@ --anchor-link-color: #{$fog-400}; // Single code lines inside text. Code blocks are in _code_theme_dark.scss - --code-background: #{$fog-0}20; + --code-background: #{$fog-0}30; --code-color: #{$fog-0}; --code-line-number-color: #{$aqua-400}; @@ -16,7 +16,7 @@ --inactive-tab-hover-color: #{$fog-0}; // Sidebar nav - --nav-highlight-color: #{$aqua-950}; + --nav-highlight-color: #{$aqua-900}; --btn-close-color: #{$fog-0}; //Version dropdown @@ -33,17 +33,17 @@ --toc-mobile-menu-background: #{$fog-1000}; //hint boxes - --hint-important: #{$tangerine-700}; //"exclamation", - --hint-important-background: #{$tangerine-900}; + --hint-important: #{$tangerine-600}; //"exclamation", + --hint-important-background: #{$tangerine-850}; - --hint-warning: #{$salmon-700}; //"fire", - --hint-warning-background: #{$salmon-900}; + --hint-warning: #{$salmon-600}; //"fire", + --hint-warning-background: #{$salmon-850}; - --hint-tip: #{$grass-700}; //"check", - --hint-tip-background: #{$grass-900}; + --hint-tip: #{$grass-600}; //"check", + --hint-tip-background: #{$grass-850}; - --hint-note: #{$fog-700}; //"info", - --hint-note-background: #{$fog-900}; + --hint-note: #{$fog-600}; //"info", + --hint-note-background: #{$fog-850}; //Search Related --search-box-background: var(--body-background); diff --git a/themes/geekboot/assets/scss/light-mode.scss b/themes/geekboot/assets/scss/light-mode.scss index a91a4c21a..dad68c149 100644 --- a/themes/geekboot/assets/scss/light-mode.scss +++ b/themes/geekboot/assets/scss/light-mode.scss @@ -41,14 +41,14 @@ --toc-mobile-menu-background: #{$fog-0}; //hint boxes - --hint-important: #{$tangerine-300}; //"exclamation", - --hint-important-background: #{$tangerine-75}; + --hint-important: #{$tangerine-400}; //"exclamation", + --hint-important-background: #{$tangerine-100}; - --hint-warning: #{$salmon-300}; //"fire", - --hint-warning-background: #{$salmon-75}; + --hint-warning: #{$salmon-400}; //"fire", + --hint-warning-background: #{$salmon-100}; - --hint-tip: #{$grass-300}; //"check", - --hint-tip-background: #{$grass-75}; + --hint-tip: #{$grass-400}; //"check", + --hint-tip-background: #{$grass-100}; --hint-note: #{$fog-200}; //"info", --hint-note-background: #{$fog-50};