diff options
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index c94a011..04218d7 100644 --- a/static/style.css +++ b/static/style.css @@ -114,6 +114,16 @@ article.note { width: 24px; font-size: 24px; color: #3b005e44; + + &.like.active { + color: #8c22d8; + } + &.dislike.active { + color: #c02e2e; + } + &.reshare.active { + color: #21a821; + } } } } |
