diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-12-08 00:40:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-08 00:40:11 +0100 |
commit | 4638b1682247df52ab5b22d06cd2a3df3277b2f9 (patch) | |
tree | f071c9092e804d399caf6a33329f1295956433c4 | |
parent | 6cf12aa74cf4bd50f14aaca78bd545bcb3d8155d (diff) |
Make notification time smaller and reduce contrast (#9464)
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index b2e9bd1df..c880e99a9 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -876,7 +876,8 @@ } } -.status__relative-time { +.status__relative-time, +.notification__relative_time { color: $dark-text-color; float: right; font-size: 14px; |