mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2026-01-14 05:47:50 -06:00
9 lines
144 B
SCSS
9 lines
144 B
SCSS
@use "vars";
|
|
|
|
.night-mode .lootg__ {
|
|
&wrp-output {
|
|
background-color: vars.$rgb-bg--night;
|
|
border-color: vars.$rgb-border-grey--night;
|
|
}
|
|
}
|