aboutsummaryrefslogtreecommitdiff
path: root/web/style
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-12-16 01:08:15 +0100
committermetamuffin <metamuffin@disroot.org>2023-12-16 01:08:15 +0100
commitaf99c406af8ee47bee38708cf23e86af826e41ba (patch)
tree23498a36f813454c2edea46906f812d929ba792e /web/style
parent21b58037c69798e922c5512ea5380943781558ff (diff)
downloadjellything-af99c406af8ee47bee38708cf23e86af826e41ba.tar
jellything-af99c406af8ee47bee38708cf23e86af826e41ba.tar.bz2
jellything-af99c406af8ee47bee38708cf23e86af826e41ba.tar.zst
watch progress and some draft ui
Diffstat (limited to 'web/style')
-rw-r--r--web/style/nodepage.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/web/style/nodepage.css b/web/style/nodepage.css
index 3829fcd..576e398 100644
--- a/web/style/nodepage.css
+++ b/web/style/nodepage.css
@@ -70,3 +70,15 @@
.props p.federation::before {
content: "link";
}
+.props p.watched {
+ background: rgba(106, 224, 70, 0.522);
+}
+.props p.watched::before {
+ content: "check";
+}
+.props p.progress {
+ background: rgba(225, 255, 58, 0.522);
+}
+.props p.progress::before {
+ content: "pending";
+}