fixes color of links on questions show header

This commit is contained in:
Alberto Garcia Cabeza
2017-01-31 18:59:26 +01:00
parent 6214bd4874
commit 9724168425

View File

@@ -1333,11 +1333,11 @@ ul.ballot-list {
@include breakpoint(medium) {
border-top: rem-calc(6) solid #92BA48;
}
}
a {
color: white;
text-decoration: underline;
}
a:not(.button) {
color: white;
text-decoration: underline;
}
.back, .icon-angle-left {