mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-03-30 18:15:47 +00:00
Matrix theme: brighten map tiles (0.15 -> 0.3), slight saturation
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user