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

@@ -0,0 +1,26 @@
@use "../vars/vars";
@use "../vars/vars-night";
.ve-night-mode {
.cls-tbl {
background: vars-night.$rgb-bg--night;
> tbody > tr > th {
color: vars-night.$rgb-font--night;
}
&__ {
&disp-name {
color: vars-night.$rgb-font--night;
}
&col-group::after {
border-color: vars-night.$rgb-border-grey--night;
}
&stripe-odd:nth-child(odd) {
background: vars.$rgb-stripe-grey;
}
}
}
}