static: css: Increase backdrop transparency

This commit is contained in:
Martin Rubli
2023-10-16 19:49:57 +02:00
parent f010baf633
commit 43597473a0

View File

@@ -71,7 +71,7 @@ svg.heightgraph-container .select-symbol {
height: 100%;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.9);
background-color: rgba(0, 0, 0, 0.7);
}
.map ~ .map-backdrop {