diff --git a/themes/geekboot/assets/scss/dark-mode.scss b/themes/geekboot/assets/scss/dark-mode.scss index c88c4819..643c4520 100644 --- a/themes/geekboot/assets/scss/dark-mode.scss +++ b/themes/geekboot/assets/scss/dark-mode.scss @@ -6,8 +6,8 @@ --anchor-link-color: #{$fog-400}; // Single code lines inside text. Code blocks are in _code_theme_dark.scss - --code-background: #{$fog-0}20; - --code-color: #{$fog-300}; + --code-background: #{$fog-0}10; + --code-color: #{$fog-200}; --code-line-number-color: #{$aqua-300}; //Tabs diff --git a/themes/geekboot/assets/scss/light-mode.scss b/themes/geekboot/assets/scss/light-mode.scss index 9fb90a29..5cbc2a5f 100644 --- a/themes/geekboot/assets/scss/light-mode.scss +++ b/themes/geekboot/assets/scss/light-mode.scss @@ -14,8 +14,8 @@ } // Single code lines inside text. Code blocks are in _code_theme_light.scss - --code-background: #{$fog-1000}15; - --code-color: #{$fog-700}; + --code-background: #{$fog-1000}10; + --code-color: #{$fog-800}; --code-line-number-color: #{$aqua-800}; //Tabs