forked from MapComplete/MapComplete
12 lines
408 B
CSS
12 lines
408 B
CSS
html {
|
|
--subtle-detail-color: #070 !important;
|
|
--subtle-detail-color-contrast: #white !important;
|
|
--popup-border: #00ff00 !important;
|
|
--catch-detail-color: #00ff00 !important;
|
|
--catch-detail-color-contrast: black !important;
|
|
--alert-color: #eb00ff !important;
|
|
--background-color: black !important;
|
|
--foreground-color: white !important;
|
|
--shadow-color: #0f0 !important;
|
|
}
|
|
|