change colors slightly
This commit is contained in:
parent
168405713a
commit
55bdfc1d50
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
&::-webkit-scrollbar-thumb { background: var(--vriish-rose); }
|
||||
&::selection {
|
||||
color: var(--text);
|
||||
background-color: var(--vriish-rose);
|
||||
background-color: var(--link-underline);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
$counter: $i * 50;
|
||||
$saturation: 20% + $i * 2.5%;
|
||||
$lightness: $i * 5%;
|
||||
--primary-dark-#{$counter}: hsl(320, #{$saturation}, #{$lightness});
|
||||
--primary-dark-#{$counter}: hsl(340, #{$saturation}, #{$lightness});
|
||||
}
|
||||
|
||||
@for $i from 1 to 20 {
|
||||
|
@ -17,7 +17,7 @@
|
|||
$counter: $i * 50;
|
||||
$saturation: 10% + $i * 2.5%;
|
||||
$lightness: $i * 4%;
|
||||
--text-accent-#{$counter}: hsl(320, #{$saturation}, #{$lightness});
|
||||
--text-accent-#{$counter}: hsl(340, #{$saturation}, #{$lightness});
|
||||
}
|
||||
|
||||
--background: var(--primary-dark-150);
|
||||
|
|
Loading…
Reference in a new issue