mirror of
https://github.com/catppuccin/gitea.git
synced 2026-03-11 14:44:23 +00:00
fix header bd bar variable
This commit is contained in:
parent
606b7fe54a
commit
2ede4adbfa
1 changed files with 1 additions and 0 deletions
|
|
@ -206,6 +206,7 @@ $lvl3: if($isDark, $base, $crust);
|
|||
--color-caret: var(--color-text);
|
||||
--color-reaction-bg: #{color.change($text, $alpha: 0.07)};
|
||||
--color-reaction-active-bg: var(--color-primary-alpha-40);
|
||||
--color-header-bar: #{$lvl2};
|
||||
--color-header-wrapper: #{$lvl2};
|
||||
--color-header-wrapper-transparent: #{color.change($lvl2, $alpha: 0)};
|
||||
--color-label-text: #{$crust};
|
||||
|
|
|
|||
Loading…
Reference in a new issue