Custom styling for natuurpunt

This commit is contained in:
Pieter Vander Vennet 2021-07-27 21:25:00 +02:00
parent 09279f6e97
commit 7e8694004c
5 changed files with 38 additions and 7 deletions

View file

@ -0,0 +1,17 @@
:root {
--subtle-detail-color: #007759;
--subtle-detail-color-contrast: #ffffff;
--subtle-detail-color-light-contrast: lightgrey;
--catch-detail-color: #0fff00;
--catch-detail-color-contrast: #ffffff;
--alert-color: #fee4d1;
--background-color: white;
--foreground-color: #007759;
--popup-border: white;
--shadow-color: #00000066;
--variable-title-height: 0px; /* Set by javascript */
--return-to-the-map-height: 2em;
--image-carousel-height: 350px;
}

View file

@ -1,5 +1,6 @@
{
"id": "natuurpunt",
"customCss": "./assets/themes/natuurpunt/natuurpunt.css",
"title": {
"nl": "Natuurgebieden",
"en": "Nature Reserves"
@ -253,4 +254,4 @@
}
],
"roamingRenderings": []
}
}