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

@ -94,13 +94,25 @@ svg, img {
}
.mapcontrol svg path{
fill: var(--subtle-detail-color-contrast);
fill: var(--subtle-detail-color-contrast) !important;
}
a {
color: var(--foreground-color);
}
btn {
margin-top: 0.25rem;
margin-right: 0.25rem;
font-size: 0.875rem;
line-height: 1.25rem;
font-weight: 500;
--tw-text-opacity: 1;
color: var(--catch-detail-color-contrast);
--tw-bg-opacity: 1;
background-color: var(--catch-detail-color);
}
.h-min {
height: min-content;
}