diff --git a/umap/static/umap/content.css b/umap/static/umap/content.css index bbee8364..c354166e 100644 --- a/umap/static/umap/content.css +++ b/umap/static/umap/content.css @@ -175,14 +175,14 @@ body.content #umap-ui-container { input[type="submit"], .button { background-color: #79c1c0; - color: #eeeeec; + color: #323737; } .wrapper input[type="submit"]:hover { background-color: #689191; } .wrapper .neutral, .wrapper input[type="submit"].neutral { background-color: #ddd; - color: #666; + color: #323737; } .wrapper.somber { background-color: #2E3641; diff --git a/umap/static/umap/nav.css b/umap/static/umap/nav.css index 0c2e09f0..66f33151 100644 --- a/umap/static/umap/nav.css +++ b/umap/static/umap/nav.css @@ -63,7 +63,6 @@ footer .i18n_switch { } .umap-nav .button, .umap-nav .button:hover { - color: #fff; text-decoration: none; min-width: 150px; }