Make active bookmarks red (fixes #493)

This commit is contained in:
Thibaut Girka
2018-05-21 18:57:51 +02:00
parent e396fbfe3b
commit b9fdeceb3c
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;