mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
9 lines
137 B
SCSS
9 lines
137 B
SCSS
@import "vars";
|
|
|
|
.night-mode .lootg__ {
|
|
&wrp-output {
|
|
background-color: $rgb-bg--night;
|
|
border-color: $rgb-border-grey--night;
|
|
}
|
|
}
|