From 6b32914ba4e7cf99366c3280f55564bd10b5542d Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Mon, 3 Mar 2025 23:29:38 +0800 Subject: feat(www): hurd and todos. --- www/assets/res/css/todos.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 www/assets/res/css/todos.css (limited to 'www/assets/res/css/todos.css') diff --git a/www/assets/res/css/todos.css b/www/assets/res/css/todos.css new file mode 100644 index 0000000..e9a595d --- /dev/null +++ b/www/assets/res/css/todos.css @@ -0,0 +1,14 @@ +.todo { + + &::before { + font-family: monospace; + } + + &.working::before { + content: "* "; + } + + &.done::before { + content: "✓ "; + } +} \ No newline at end of file -- cgit v1.2.3