commit 191249bab32ce2436f87da6b52de097a6677e802
parent 8768dee6b649108ffe1d5803e6ef77ebb2a349a0
Author: Hunter
Date:   Sun, 30 Aug 2026 23:12:48 -0400

hide edges of map with water color

Diffstat:
Mresources/styles.css | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/resources/styles.css b/resources/styles.css @@ -252,6 +252,8 @@ html, body { #map-container { position: absolute; inset: 0; + /* rotating the map exposes this past the world's top/bottom edges; matches the basemap water fill */ + background: rgb(158, 189, 255); } .maplibregl-canvas-container {