fixes color contrast on warning buttons

This commit is contained in:
decabeza
2017-05-16 18:21:13 +02:00
parent 755248fb12
commit 41767b1e4b

View File

@@ -68,6 +68,10 @@ a {
&:hover {
text-decoration: none !important;
}
&.warning, &.warning:hover {
color: black;
}
}
.button.hollow {