Custom styling for natuurpunt
This commit is contained in:
parent
09279f6e97
commit
7e8694004c
5 changed files with 38 additions and 7 deletions
14
index.css
14
index.css
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue