mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-12 18:56:01 +00:00
9 lines
129 B
SCSS
9 lines
129 B
SCSS
.MapRoot {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.BackgroundAlternateColor {
|
|
background-color: var(--rf-soft-bg-color, #2f2f2f);
|
|
}
|