Improve buttons’ contrasts on the homepage #a11y
This commit is contained in:
parent
6602491511
commit
bdd7ad17e6
2 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -63,7 +63,6 @@ footer .i18n_switch {
|
|||
}
|
||||
.umap-nav .button,
|
||||
.umap-nav .button:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
min-width: 150px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue