changes color of back link on dark heading

This commit is contained in:
Alberto Garcia Cabeza
2016-12-28 13:56:01 +01:00
parent f08cbed080
commit 5c6dfefe0c

View File

@@ -961,7 +961,10 @@
color: white; color: white;
text-decoration: underline; text-decoration: underline;
} }
}
.back, .icon-angle-left {
color: white;
} }
&.poll-show { &.poll-show {