Further theme tweaks, attempts to optimize

This commit is contained in:
Pieter Vander Vennet 2020-11-15 00:27:55 +01:00
parent c86f4e4aff
commit 9978879536
8 changed files with 62 additions and 52 deletions

View file

@ -1,6 +1,6 @@
html {
--subtle-detail-color: #070 !important;
--subtle-detail-color-contrast: #white !important;
--subtle-detail-color: #2c2 !important;
--subtle-detail-color-contrast: white !important;
--popup-border: #00ff00 !important;
--catch-detail-color: #00ff00 !important;
--catch-detail-color-contrast: black !important;

View file

@ -111,7 +111,7 @@
},
{
"question": {
"en": "What k ind of surveillance is this camera",
"en": "What kind of surveillance is this camera",
"nl": "Wat soort bewaking wordt hier uitgevoerd?"
},
"mappings": [
@ -245,7 +245,12 @@
"color": {
"render": "#00f"
},
"presets": [],
"presets": [
{
"tags": ["man_made=surveillance","surveillance:type=camera"],
"title": "Surveillance camera"
}
],
"wayHandling": 2
}
],