about summary refs log tree commit diff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-03-01 01:18:34 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-03-01 01:18:34 +0100
commite1b00757a69ff1cb49311addb7aa76650d680e43 (patch)
tree65069f70f428475e3dd907b5f5d1836ecb7fb047 /app/assets/stylesheets
parent7f0d1b8cc0ddf11de82de1850d53883a8da434cc (diff)
Fix #291 - Add visual indication that numbers for remote users may be inaccurate
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/components.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
index bb3001a15..bf8411ae7 100644
--- a/app/assets/stylesheets/components.scss
+++ b/app/assets/stylesheets/components.scss
@@ -391,6 +391,10 @@ a.status__content__spoiler-link {
     font-weight: 500;
     color: $color5;
   }
+
+  abbr {
+    color: lighten($color1, 26%);
+  }
 }
 
 .status__display-name, .status__relative-time, .detailed-status__display-name, .detailed-status__datetime, .detailed-status__application, .account__display-name {