aboutsummaryrefslogtreecommitdiff
path: root/build-aux/workflow/workflow.css
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-14 14:41:35 -0300
committerEuAndreh <eu@euandre.org>2021-01-14 14:46:14 -0300
commit8f31a8bdbc265e3a7b18bfb6c9a66a8cc6cf5d36 (patch)
tree6f83a372acf0865b48da48baa8dfb9fa31079a4a /build-aux/workflow/workflow.css
parentTODOs.org: Add bc537812-5f9d-4760-8c95-9ae933ecbd57 and ac19877b-55e3-48c8-8c... (diff)
downloadtoph-8f31a8bdbc265e3a7b18bfb6c9a66a8cc6cf5d36.tar.gz
toph-8f31a8bdbc265e3a7b18bfb6c9a66a8cc6cf5d36.tar.xz
Use rst for TODOs
Diffstat (limited to 'build-aux/workflow/workflow.css')
-rw-r--r--build-aux/workflow/workflow.css49
1 files changed, 0 insertions, 49 deletions
diff --git a/build-aux/workflow/workflow.css b/build-aux/workflow/workflow.css
deleted file mode 100644
index 0e4f851..0000000
--- a/build-aux/workflow/workflow.css
+++ /dev/null
@@ -1,49 +0,0 @@
-/* EuAndreh's additions */
-
-#tasks, #bugs {
- border-bottom: 5px;
-}
-
-a.header-anchor {
- font-size: 0.5em;
- opacity: 0.5;
-}
-
-.NEXT, .WAITING, .MEETING, .INACTIVE, .DOING, .CANCELLED, .DONE, .TODO {
- color: #fff;
- padding: .1em .3em;
- border-radius: 3px;
- background-clip: padding-box;
- font-size: 80%;
- font-family: Lucida Console,monospace;
- line-height: 1
-}
-
-/*
- Replicate colors from:
- https://git.euandreh.xyz/dotfiles/tree/spacemacs.el?id=fcd9f9c4ef399d45d54927382dc1cdde251ebb0a#n866
-*/
-
-.TODO {
- background-color: brown;
-}
-
-.DOING {
- background-color: yellowgreen;
-}
-
-.WAITING, .MEETING {
- background-color: gray;
-}
-
-.INACTIVE {
- background-color: orange;
-}
-
-.NEXT {
- background-color: red;
-}
-
-.CANCELLED, .DONE {
- background-color: green;
-}