From ef16890f38bd4256da1b873a89dfadc5067d63a9 Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 24 Dec 2024 00:33:02 +0000 Subject: hook up the interaction buttons to a dummy thing --- static/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'static/style.css') 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; + } } } } -- cgit v1.3