Fix neutral button color
This commit is contained in:
parent
af8745e2d7
commit
ff9232de7c
1 changed files with 4 additions and 4 deletions
|
@ -467,13 +467,13 @@ h2.section {
|
||||||
background-color: #79c1c0;
|
background-color: #79c1c0;
|
||||||
color: #eeeeec;
|
color: #eeeeec;
|
||||||
}
|
}
|
||||||
.neutral, input[type="submit"].neutral {
|
|
||||||
background-color: #ddd;
|
|
||||||
color: #666;
|
|
||||||
}
|
|
||||||
.wrapper input[type="submit"]:hover {
|
.wrapper input[type="submit"]:hover {
|
||||||
background-color: #689191;
|
background-color: #689191;
|
||||||
}
|
}
|
||||||
|
.wrapper .neutral, .wrapper input[type="submit"].neutral {
|
||||||
|
background-color: #ddd;
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
.wrapper.somber {
|
.wrapper.somber {
|
||||||
background-color: #2E3641;
|
background-color: #2E3641;
|
||||||
color: #efefef;
|
color: #efefef;
|
||||||
|
|
Loading…
Reference in a new issue