Skip to content

Commit

Permalink
fix: line highlight not visible (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Sep 19, 2024
1 parent ef61c48 commit 15c3b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ $lvl3: if($isDark, $base, $crust);
--color-orange-badge-bg: #{$lvl1};
--color-orange-badge-hover-bg: #{ctx_lighten($peach, 5%)};
--color-git: #{$peach};
--color-highlight-bg: #{color.change($yellow, $alpha: 0.15)};

/* target-based colors */
--color-body: #{$lvl1};
Expand Down

0 comments on commit 15c3b83

Please sign in to comment.