theme cleanup

This commit is contained in:
Gustav
2025-01-08 23:45:27 -05:00
parent bf9c4cda02
commit d76079d4c7
6 changed files with 96 additions and 202 deletions

View File

@@ -1,8 +1,11 @@
.MapRoot {
width: 100%;
height: 100%;
}
.BackgroundAlternateColor {
background-color: var(--rf-soft-bg-color, #2f2f2f);
background-color: var(--rf-bg-color, #000000);
&.BackgroundAlternateColor {
background-color: var(--rf-soft-bg-color, #171717);
--rf-node-bg-color: var(--rf-node-soft-bg-color, #2b2b2b);
}
}