Matrix theme: brighten map tiles (0.15 -> 0.3), slight saturation

This commit is contained in:
you
2026-03-22 07:15:07 +00:00
parent 0c0e87a616
commit 522e89e8f9
2 changed files with 2 additions and 2 deletions

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=1774163610">
<link rel="stylesheet" href="style.css?v=1774163707">
<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"

View File

@@ -1536,7 +1536,7 @@ tr[data-hops]:hover { background: rgba(59,130,246,0.1); }
.matrix-char span { display: block; text-align: center; white-space: nowrap; line-height: 1; }
/* === Matrix Theme === */
.matrix-theme .leaflet-tile-pane { filter: saturate(0) brightness(0.15) contrast(1.2); }
.matrix-theme .leaflet-tile-pane { filter: saturate(0.1) brightness(0.3) contrast(1.1); }
.matrix-theme .leaflet-tile-pane::after {
content: ''; position: absolute; inset: 0; z-index: 1;
background: rgba(0, 255, 65, 0.03); mix-blend-mode: overlay; pointer-events: none;