mirror of
https://github.com/zadam/trilium.git
synced 2025-11-26 02:24:23 +01:00
fix(geomap): marker color not respected
This commit is contained in:
parent
5b708e77aa
commit
4552b2b158
@ -45,7 +45,7 @@
|
|||||||
top: 3px;
|
top: 3px;
|
||||||
inset-inline-start: 2px;
|
inset-inline-start: 2px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: black;
|
color: var(--light-theme-custom-color, black);
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user