revert: lvl changes

This commit is contained in:
uncenter 2024-06-07 08:29:20 -04:00 committed by GitHub
parent 1c7838b93d
commit 2349f1b503
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,9 +6,9 @@
@return color.adjust($color, $lightness: $amount * $multiplier);
}
$lvl1: $base;
$lvl1: if($isDark, $crust, $base);
$lvl2: $mantle;
$lvl3: $crust;
$lvl3: if($isDark, $base, $crust);
:root {
@if $isDark {