From 3a0bcd76da831d88f676cce969211a7560696d3f Mon Sep 17 00:00:00 2001 From: David Larlet Date: Tue, 14 Nov 2023 12:16:47 -0500 Subject: [PATCH] Align link styles to button ones --- umap/static/umap/content.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/umap/static/umap/content.css b/umap/static/umap/content.css index c354166e..50f3a9cd 100644 --- a/umap/static/umap/content.css +++ b/umap/static/umap/content.css @@ -319,7 +319,8 @@ table.maps thead tr { display: none; } .leaflet-container a.button { - color: #eeeeec; + color: #323737; + font-size: 13.3px; } /* ************************************************* */