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;

View File

@@ -6,6 +6,8 @@ $error-red: #df405a; // Cerise
$warning-red: #ff5050; // Sunset Orange
$gold-star: #ca8f04; // Dark Goldenrod
$red-bookmark: $warning-red;
// Values from the classic Mastodon UI
$classic-base-color: #282c37; // Midnight Express
$classic-primary-color: #9baec8; // Echo Blue