Skip to content

Commit

Permalink
improve dark colors
Browse files Browse the repository at this point in the history
  • Loading branch information
JoostBuitink committed Oct 30, 2024
1 parent 8e1673c commit 243f7bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/_static/theme-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ $link-color: $links;
$navbar-bg: $highlight;
$navbar-hl: $links ;

$code-color: #c2d94c;
$code-bg: #2b2b2b;

// Code blocks
$code-block-bg-alpha: -.8;
$code-block-bg-alpha: -.9;



Expand Down

0 comments on commit 243f7bd

Please sign in to comment.