mirror of
https://github.com/catppuccin/gitea.git
synced 2026-04-15 11:10:05 +08:00
fix: theme --color-primary-hover (#38)
This commit is contained in:
@@ -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%)};
|
||||
|
||||
Reference in New Issue
Block a user