Fix neutral button color

This commit is contained in:
Yohan Boniface 2016-09-18 15:30:09 +02:00
parent af8745e2d7
commit ff9232de7c

View file

@ -467,13 +467,13 @@ h2.section {
background-color: #79c1c0;
color: #eeeeec;
}
.neutral, input[type="submit"].neutral {
background-color: #ddd;
color: #666;
}
.wrapper input[type="submit"]:hover {
background-color: #689191;
}
.wrapper .neutral, .wrapper input[type="submit"].neutral {
background-color: #ddd;
color: #666;
}
.wrapper.somber {
background-color: #2E3641;
color: #efefef;