about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/index.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-05-21 18:57:51 +0200
committerThibaut Girka <thib@sitedethib.com>2018-05-31 14:39:48 +0200
commitb9fdeceb3c2c152c99c7e91b7c26390635e72e82 (patch)
treec2bc886615d0686d1a554d4ec1328177565924ac /app/javascript/flavours/glitch/styles/components/index.scss
parente396fbfe3bf4d2a404e78e73cff1a609dd0a9bfb (diff)
Make active bookmarks red (fixes #493)
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/index.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss
index 0fa940766..487bb7ffb 100644
--- a/app/javascript/flavours/glitch/styles/components/index.scss
+++ b/app/javascript/flavours/glitch/styles/components/index.scss
@@ -248,6 +248,10 @@
   color: $gold-star;
 }
 
+.bookmark-icon.active {
+  color: $red-bookmark;
+}
+
 .notification__display-name {
   color: inherit;
   font-weight: 500;