mirror of
https://github.com/catppuccin/gitea.git
synced 2025-07-09 02:44:05 -04:00
fix: theme --color-primary-hover
(#38)
This commit is contained in:
parent
15c3b8347d
commit
7eb75bf808
@ -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…
x
Reference in New Issue
Block a user