Merge pull request #501 from ThibG/glitch-soc/features/red-bookmarks

Make active bookmarks red (fixes #493)
This commit is contained in:
David Yip
2018-06-01 00:36:48 -05:00
committed by GitHub
4 changed files with 8 additions and 2 deletions

View File

@@ -248,6 +248,10 @@
color: $gold-star;
}
.bookmark-icon.active {
color: $red-bookmark;
}
.notification__display-name {
color: inherit;
font-weight: 500;