diff --git a/umap/static/umap/umap.css b/umap/static/umap/umap.css index 9ab09607..eefd984e 100644 --- a/umap/static/umap/umap.css +++ b/umap/static/umap/umap.css @@ -462,8 +462,8 @@ h2.section { /* colors */ /* **************************** */ -.wrapper input[type="submit"], -.wrapper .button { +input[type="submit"], +.button { background-color: #79c1c0; color: #eeeeec; } @@ -576,6 +576,9 @@ body.content #storage-ui-container { .storage-loader { background-color: #79c1c0 !important; } +.leaflet-container a.button { + color: #eeeeec; +} /* ************************************************* */ /* ********************* MOBILE ******************** */