forked from MapComplete/MapComplete
More styling tweaks and bug fixes
This commit is contained in:
parent
e6ac080019
commit
aaaf0b8c36
10 changed files with 113 additions and 25 deletions
21
index.css
21
index.css
|
@ -102,6 +102,26 @@ svg, img {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.svg-catch svg path {
|
||||
fill: var(--catch-detail-color) !important;
|
||||
stroke: var(--catch-detail-color) !important;
|
||||
}
|
||||
|
||||
.svg-unsubtle svg path {
|
||||
fill: var(--unsubtle-detail-color) !important;
|
||||
stroke: var(--unsubtle-detail-color) !important;
|
||||
}
|
||||
|
||||
.svg-subtle svg path {
|
||||
fill: var(--subtle-detail-color) !important;
|
||||
stroke: var(--subtle-detail-color) !important;
|
||||
}
|
||||
|
||||
.svg-foreground svg path {
|
||||
fill: var(--foreground-color) !important;
|
||||
stroke: var(--foreground-color) !important;
|
||||
}
|
||||
|
||||
.no-images img {
|
||||
display: none;
|
||||
}
|
||||
|
@ -451,7 +471,6 @@ li::marker {
|
|||
width: 40em;
|
||||
max-height: calc(100vh - 15em);
|
||||
overflow-y: auto;
|
||||
border-radius: 1em;
|
||||
background-color: var(--background-color);
|
||||
color: var(--foreground-color);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue