change colors again slightly
This commit is contained in:
parent
8dabf87a9e
commit
9ae5010cf3
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
$counter: $i * 50;
|
||||
$saturation: 20% + $i * 2.5%;
|
||||
$lightness: $i * 5%;
|
||||
--primary-light-#{$counter}: hsl(25, #{$saturation}, #{$lightness});
|
||||
--primary-light-#{$counter}: hsl(30, #{$saturation}, #{$lightness});
|
||||
}
|
||||
|
||||
@for $i from 1 to 20 {
|
||||
|
@ -57,7 +57,7 @@
|
|||
$counter: $i * 50;
|
||||
$saturation: 20% + $i * 2.5%;
|
||||
$lightness: $i * 5%;
|
||||
--text-accent-#{$counter}: hsl(25, #{$saturation}, #{$lightness});
|
||||
--text-accent-#{$counter}: hsl(30, #{$saturation}, #{$lightness});
|
||||
}
|
||||
|
||||
--background: var(--primary-light-850);
|
||||
|
|
Loading…
Reference in a new issue