mirror of
https://github.com/catppuccin/gitea.git
synced 2026-03-11 14:44:23 +00:00
fix: make tooltips surface0
This commit is contained in:
parent
32529a7d9f
commit
e9b6aa91b4
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ $lvl3: if($isDark, $base, $crust);
|
|||
--color-code-bg: #{$base};
|
||||
--color-code-sidebar-bg: #{$surface0};
|
||||
--color-shadow: #{color.change($lvl1, $alpha: 0.1)};
|
||||
--color-tooltip-bg: var(--color-code-bg);
|
||||
--color-tooltip-bg: #{$surface0};
|
||||
--color-tooltip-text: var(--color-text);
|
||||
--color-secondary-bg: #{$surface0};
|
||||
--color-text-focus: #{$text};
|
||||
|
|
|
|||
Loading…
Reference in a new issue