mirror of
https://github.com/catppuccin/gitea.git
synced 2024-11-21 22:21:01 -05:00
fix: line highlight not visible (#37)
This commit is contained in:
parent
ef61c48e3c
commit
15c3b8347d
1 changed files with 1 additions and 0 deletions
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue