forked from MapComplete/MapComplete
Further theme tweaks, attempts to optimize
This commit is contained in:
parent
c86f4e4aff
commit
9978879536
8 changed files with 62 additions and 52 deletions
18
index.css
18
index.css
|
@ -19,6 +19,9 @@ html, body {
|
|||
font-family: 'Helvetica Neue', Arial, sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--foreground-color)
|
||||
}
|
||||
|
||||
svg {
|
||||
fill: var(--foreground-color) !important;
|
||||
|
@ -38,7 +41,6 @@ svg path {
|
|||
.leaflet-popup-content-wrapper {
|
||||
background-color: var(--background-color);
|
||||
color: var(--foreground-color);
|
||||
|
||||
border: 2px solid var(--popup-border);
|
||||
box-shadow: 0 3px 14px var(--shadow-color) !important;
|
||||
}
|
||||
|
@ -47,6 +49,12 @@ svg path {
|
|||
background-color: var(--background-color) !important;
|
||||
}
|
||||
|
||||
.leaflet-popup-tip {
|
||||
background-color: var(--popup-border) !important;
|
||||
color: var(--popup-border) !important;
|
||||
box-shadow: 0 3px 14px var(--shadow-color) !important;
|
||||
}
|
||||
|
||||
#geolocate-button {
|
||||
position: absolute;
|
||||
bottom: 25px;
|
||||
|
@ -92,7 +100,7 @@ svg path {
|
|||
display: block;
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
padding: 1em;
|
||||
padding: 0.75em;
|
||||
}
|
||||
|
||||
/**************** GENERIC ****************/
|
||||
|
@ -284,9 +292,9 @@ svg path {
|
|||
background: var(--subtle-detail-color);
|
||||
color: var(--foreground-color);
|
||||
|
||||
height: 4em;
|
||||
width: 4em;
|
||||
padding: 1em;
|
||||
height: 3.5em;
|
||||
width: 3.5em;
|
||||
padding: 0.75em;
|
||||
border-radius: 1em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue