This commit is contained in:
TheGiddyLimit
2024-05-06 22:24:37 +01:00
parent 99cb60d804
commit 9c8ae15ff7
113 changed files with 1022 additions and 852 deletions

View File

@@ -1,4 +1,5 @@
@use "includes/vars";
@use "vars/vars";
@use "vars/vars-night";
.lst__ {
&item-group-header {
@@ -7,9 +8,9 @@
}
}
.night-mode .lst__ {
.ve-night-mode .lst__ {
&item-group-header {
background: vars.$rgb-bg--alt-night;
background: vars-night.$rgb-bg--alt-night;
}
}