From af99c406af8ee47bee38708cf23e86af826e41ba Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 16 Dec 2023 01:08:15 +0100 Subject: watch progress and some draft ui --- web/style/nodepage.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'web/style') 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"; +} -- cgit v1.2.3-70-g09d2