mirror of
https://github.com/catppuccin/gitea.git
synced 2026-03-11 14:44:23 +00:00
fix: red-on-red buttons
This commit is contained in:
parent
b9d0857cab
commit
6a8645554c
1 changed files with 2 additions and 2 deletions
|
|
@ -156,10 +156,10 @@ $lvl3: if($isDark, $base, $crust);
|
|||
--color-diff-added-row-border: #{color.change($green, $alpha: 0.07)};
|
||||
--color-diff-inactive: #{$overlay2};
|
||||
--color-error-border: #{$red};
|
||||
--color-error-bg: #{$red};
|
||||
--color-error-bg: #{color.change($red, $alpha: 0.15)};
|
||||
--color-error-bg-active: #{ctx_lighten($red, 5%)};
|
||||
--color-error-bg-hover: #{ctx_lighten($red, 10%)};
|
||||
--color-error-text: #{$lvl1};
|
||||
--color-error-text: #{$text};
|
||||
--color-success-border: #{ctx_lighten($green, 10%)};
|
||||
--color-success-bg: #{$green};
|
||||
--color-success-text: #{$lvl1};
|
||||
|
|
|
|||
Loading…
Reference in a new issue