Skip to content

Commit

Permalink
fix: set background colour for tooltips & inline code blocks (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: sgoudham <[email protected]>
  • Loading branch information
S0nter and sgoudham authored Nov 10, 2024
1 parent 60b5e8d commit f0bf2b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,13 @@ $lvl3: if($isDark, $base, $crust);
--color-card: #{$surface0};
--color-markup-table-row: #{color.change($text, $alpha: 0.02)};
--color-markup-code-block: #{color.change($text, $alpha: 0.05)};
--color-markup-code-inline: #{$surface0};
--color-button: #{$surface0};
--color-code-bg: #{$base};
--color-code-sidebar-bg: #{$surface0};
--color-shadow: #{color.change($lvl1, $alpha: 0.1)};
--color-tooltip-bg: #{$surface0};
--color-tooltip-text: var(--color-text);
--color-secondary-bg: #{$surface0};
--color-text-focus: #{$text};
--color-expand-button: #{$surface2};
Expand Down

0 comments on commit f0bf2b7

Please sign in to comment.