Contrast fixes

This commit is contained in:
ThePetrovich 2026-09-19 16:49:53 +08:00
parent be164cfe0a
commit 25ade09b0c
31 changed files with 471 additions and 378 deletions

View file

@ -5,7 +5,7 @@
--#{$prefix}alert-color: #{$color};
--#{$prefix}alert-bg: #{$background};
--#{$prefix}alert-border-color: #{$border};
--#{$prefix}alert-link-color: #{shade-color($color, 10%)};
--#{$prefix}alert-link-color: var(--#{$prefix}alert-color);
@if $enable-gradients {
background-image: var(--#{$prefix}gradient);