diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-22 11:21:55 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-22 11:21:55 +0200 |
commit | c123027fd962a14433a325f85d2734b94a4df3ae (patch) | |
tree | bebd875b58d4aed53a4e64123b5cd7b2239eb19c /client/src/app/shared/users | |
parent | 5f57df54627c61817226768bb360a8a93ea2c0b9 (diff) | |
download | PeerTube-c123027fd962a14433a325f85d2734b94a4df3ae.tar.gz PeerTube-c123027fd962a14433a325f85d2734b94a4df3ae.tar.zst PeerTube-c123027fd962a14433a325f85d2734b94a4df3ae.zip |
Fix grey color theme
Diffstat (limited to 'client/src/app/shared/users')
-rw-r--r-- | client/src/app/shared/users/user-notifications.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/users/user-notifications.component.scss b/client/src/app/shared/users/user-notifications.component.scss index 59e1bcc26..ddd7abe8a 100644 --- a/client/src/app/shared/users/user-notifications.component.scss +++ b/client/src/app/shared/users/user-notifications.component.scss | |||
@@ -44,7 +44,7 @@ | |||
44 | 44 | ||
45 | .from-date { | 45 | .from-date { |
46 | font-size: 0.85em; | 46 | font-size: 0.85em; |
47 | color: $grey-foreground-color; | 47 | color: var(--greyForegroundColor); |
48 | padding-left: 5px; | 48 | padding-left: 5px; |
49 | min-width: 70px; | 49 | min-width: 70px; |
50 | text-align: right; | 50 | text-align: right; |