mirror of
https://github.com/catppuccin/gitea.git
synced 2026-03-11 14:44:23 +00:00
revert: lvl changes
This commit is contained in:
parent
1c7838b93d
commit
2349f1b503
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue