Show bookmark colours on mobile

This commit is contained in:
Neil Lalonde 2013-09-12 11:51:05 -04:00
parent 57dc8ed9f6
commit f0eede077d

View file

@ -1,3 +1,4 @@
@import "common/foundation/variables";
.topic-post {
border-top: 1px solid #ddd;
@ -75,9 +76,11 @@ button {
}
}
&.last-read {
color: $red;
}
&.bookmarked {
&:before {
color: $bookmarkColor;
}
}
}