diff --git a/public/index.html b/public/index.html index 45ffc66..bec3ad4 100644 --- a/public/index.html +++ b/public/index.html @@ -35,8 +35,8 @@ --bg-panel: rgba(17, 24, 32, 0.92); --border-color: rgba(255, 180, 50, 0.25); --text-primary: #f0f4f8; - --text-secondary: #8a9aaa; - --text-muted: #5a6a7a; + --text-secondary: #a0b0c0; + --text-muted: #8899aa; --accent-amber: #ffb432; --accent-amber-dim: rgba(255, 180, 50, 0.6); --accent-green: #00ff88; @@ -83,8 +83,8 @@ --bg-panel: rgba(0, 0, 0, 0.95); --border-color: rgba(0, 255, 0, 0.3); --text-primary: #00ff00; - --text-secondary: #00cc00; - --text-muted: #008800; + --text-secondary: #00dd00; + --text-muted: #00bb00; --accent-amber: #ffaa00; --accent-amber-dim: rgba(255, 170, 0, 0.5); --accent-green: #00ff00; @@ -2353,30 +2353,30 @@ {/* LEFT SIDEBAR */}
{/* DE Location */} -
-
📍 DE - YOUR LOCATION
-
-
{deGrid}
-
{config.location.lat.toFixed(2)}°, {config.location.lon.toFixed(2)}°
-
- +
+
📍 DE - YOUR LOCATION
+
+
{deGrid}
+
{config.location.lat.toFixed(2)}°, {config.location.lon.toFixed(2)}°
+
+ {deSunTimes.sunrise} - + {deSunTimes.sunset}
{/* DX Location */} -
-
🎯 DX - TARGET
-
-
{dxGrid}
-
{dxLocation.lat.toFixed(2)}°, {dxLocation.lon.toFixed(2)}°
-
- +
+
🎯 DX - TARGET
+
+
{dxGrid}
+
{dxLocation.lat.toFixed(2)}°, {dxLocation.lon.toFixed(2)}°
+
+ {dxSunTimes.sunrise} - + {dxSunTimes.sunset}