diff --git a/app/assets/stylesheets/mobile/topic-post.css.scss b/app/assets/stylesheets/mobile/topic-post.css.scss index e528063f6..1cbb2ce86 100644 --- a/app/assets/stylesheets/mobile/topic-post.css.scss +++ b/app/assets/stylesheets/mobile/topic-post.css.scss @@ -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; } } }