aboutsummaryrefslogtreecommitdiffhomepage
path: root/static
diff options
context:
space:
mode:
authorwinter2024-12-24 00:33:02 +0000
committerwinter2024-12-24 00:58:14 +0000
commitef16890f38bd4256da1b873a89dfadc5067d63a9 (patch)
tree732180bfc74e2dc987c76f7969a447eb3b6e564d /static
parente7e237dacaf7bbaa739c7e9a430958aed09aa647 (diff)
hook up the interaction buttons to a dummy thing
Diffstat (limited to 'static')
-rw-r--r--static/style.css10
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;
+ }
}
}
}