aboutsummaryrefslogtreecommitdiff
path: root/www/assets/res/css/todos.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/assets/res/css/todos.css')
-rw-r--r--www/assets/res/css/todos.css14
1 files changed, 14 insertions, 0 deletions
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