fix: set background colour for tooltips & inline code blocks (#52)

Co-authored-by: sgoudham <sgoudham@gmail.com>
This commit is contained in:
Sonter 2024-11-10 16:45:48 +00:00 committed by GitHub
parent 60b5e8d7bf
commit f0bf2b7a90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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};