6 lines
70 B
SCSS
6 lines
70 B
SCSS
@use "vars";
|
|
|
|
.night-mode .hwin {
|
|
background: vars.$rgb-bg--night;
|
|
}
|