about summary refs log tree commit diff
path: root/app/assets/stylesheets/components.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/components.scss')
-rw-r--r--app/assets/stylesheets/components.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
index ba091c15e..adf0db990 100644
--- a/app/assets/stylesheets/components.scss
+++ b/app/assets/stylesheets/components.scss
@@ -219,6 +219,30 @@
   }
 }
 
+.muted {
+  .status__content p, .status__content a {
+    color: #616b86;
+  }
+
+  .status__display-name strong {
+    color: #616b86;
+  }
+
+  .status__avatar {
+    opacity: 0.5;
+  }
+}
+
+.notification__display-name {
+  color: inherit;
+  text-decoration: none;
+
+  &:hover {
+    color: #fff;
+    text-decoration: underline;
+  }
+}
+
 .status__relative-time, .detailed-status__datetime {
   &:hover {
     text-decoration: underline;