Improve buttons’ contrasts on the homepage #a11y

This commit is contained in:
David Larlet 2023-11-14 11:59:03 -05:00
parent 6602491511
commit bdd7ad17e6
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD
2 changed files with 2 additions and 3 deletions

View file

@ -175,14 +175,14 @@ body.content #umap-ui-container {
input[type="submit"], input[type="submit"],
.button { .button {
background-color: #79c1c0; background-color: #79c1c0;
color: #eeeeec; color: #323737;
} }
.wrapper input[type="submit"]:hover { .wrapper input[type="submit"]:hover {
background-color: #689191; background-color: #689191;
} }
.wrapper .neutral, .wrapper input[type="submit"].neutral { .wrapper .neutral, .wrapper input[type="submit"].neutral {
background-color: #ddd; background-color: #ddd;
color: #666; color: #323737;
} }
.wrapper.somber { .wrapper.somber {
background-color: #2E3641; background-color: #2E3641;

View file

@ -63,7 +63,6 @@ footer .i18n_switch {
} }
.umap-nav .button, .umap-nav .button,
.umap-nav .button:hover { .umap-nav .button:hover {
color: #fff;
text-decoration: none; text-decoration: none;
min-width: 150px; min-width: 150px;
} }