Matrix: significantly brighter map tiles (0.35->0.55, contrast 1.5)

This commit is contained in:
you
2026-03-22 07:18:39 +00:00
parent 920a8159f7
commit 1c2fb5594e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
<meta name="twitter:title" content="MeshCore Analyzer">
<meta name="twitter:description" content="Real-time MeshCore LoRa mesh network analyzer — live packet visualization, node tracking, channel decryption, and route analysis.">
<meta name="twitter:image" content="https://raw.githubusercontent.com/Kpa-clawbot/meshcore-analyzer/master/public/og-image.png">
<link rel="stylesheet" href="style.css?v=1774163811">
<link rel="stylesheet" href="style.css?v=1774163919">
<link rel="stylesheet" href="home.css">
<link rel="stylesheet" href="live.css?v=1774058575">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
+1 -1
View File
@@ -1537,7 +1537,7 @@ tr[data-hops]:hover { background: rgba(59,130,246,0.1); }
/* === Matrix Theme === */
.matrix-theme .leaflet-tile-pane {
filter: brightness(0.35) contrast(1.3) sepia(1) hue-rotate(70deg) saturate(2);
filter: brightness(0.55) contrast(1.5) sepia(1) hue-rotate(70deg) saturate(2.5);
}
.matrix-theme .leaflet-tile-pane::after {
content: ''; position: absolute; inset: 0; z-index: 1;