mirror of
https://github.com/catppuccin/gitea.git
synced 2024-11-21 22:21:01 -05:00
fix: theme --color-primary-hover
(#38)
This commit is contained in:
parent
15c3b8347d
commit
7eb75bf808
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ $lvl3: if($isDark, $base, $crust);
|
|||
|
||||
--color-primary: #{$accent};
|
||||
--color-primary-contrast: #{$lvl1};
|
||||
--color-primary-hover: #{ctx_lighten($accent, 5%)};
|
||||
|
||||
--color-primary-dark-1: #{ctx_lighten($accent, 3%)};
|
||||
--color-primary-dark-2: #{ctx_lighten($accent, 6%)};
|
||||
|
|
Loading…
Reference in a new issue