From bdd7ad17e6408752958e61d0bad11ea149383e5d Mon Sep 17 00:00:00 2001 From: David Larlet Date: Tue, 14 Nov 2023 11:59:03 -0500 Subject: [PATCH] =?UTF-8?q?Improve=20buttons=E2=80=99=20contrasts=20on=20t?= =?UTF-8?q?he=20homepage=20#a11y?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- umap/static/umap/content.css | 4 ++-- umap/static/umap/nav.css | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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; }