diff options
| author | eal <eal@waifu.club> | 2017-08-10 19:17:40 +0300 |
|---|---|---|
| committer | eal <eal@waifu.club> | 2017-08-10 19:17:40 +0300 |
| commit | 701112f043720c294241852f9aa0a0f1956cd71c (patch) | |
| tree | f45b71d3b3e1c45d9410c2025ba0a8d8ae8b47f5 /src/components/notifications/notifications.scss | |
| parent | 9c5f001fd2bfd8a2d06e36f6dd1b7ac0c41e5cd2 (diff) | |
Add follow notifications.
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index f02ced8d..84dd36fa 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -49,6 +49,10 @@ color: $green; } + .icon-user-plus.lit { + color: $blue; + } + .icon-reply.lit { color: $blue; } |
