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 4618730 commit e2ec19a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions themes/geekboot/assets/scss/dark-mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions themes/geekboot/assets/scss/light-mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2ec19a

Please sign in to comment.