Skip to content

Commit

Permalink
update contrast for code snippets
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Miller <shanecm.ux@gmail.com>
  • Loading branch information
shanecmiller23 committed Aug 3, 2023
1 parent e2ec19a commit 5a959cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions themes/geekboot/assets/scss/dark-mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
--anchor-link-color: #{$fog-400};

// Single code lines inside text. Code blocks are in _code_theme_dark.scss
--code-background: #{$fog-0}10;
--code-color: #{$fog-200};
--code-line-number-color: #{$aqua-300};
--code-background: #{$fog-0}20;
--code-color: #{$fog-0};
--code-line-number-color: #{$aqua-400};

//Tabs
--nav-tab-background-color: var(--body-background);
Expand Down
6 changes: 3 additions & 3 deletions themes/geekboot/assets/scss/light-mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
}

// Single code lines inside text. Code blocks are in _code_theme_light.scss
--code-background: #{$fog-1000}10;
--code-color: #{$fog-800};
--code-line-number-color: #{$aqua-800};
--code-background: #{$fog-1000}20;
--code-color: #{$fog-1000};
--code-line-number-color: #{$aqua-700};

//Tabs
--nav-tab-background-color: var(--body-background);
Expand Down

0 comments on commit 5a959cb

Please sign in to comment.