diff options
author | EuAndreh <eu@euandre.org> | 2021-07-25 16:00:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-25 16:00:57 -0300 |
commit | 301a644485dac428e6ef09396bbc9f7c3180849b (patch) | |
tree | c1b7eac20494127ce283a29a4da6e08be9f3e765 /aux/workflow/style.css | |
parent | src/xyz/euandreh/queue.scm: Update mdpo to 0.3.63 (diff) | |
download | packages-301a644485dac428e6ef09396bbc9f7c3180849b.tar.gz packages-301a644485dac428e6ef09396bbc9f7c3180849b.tar.xz |
aux/: Update
Diffstat (limited to 'aux/workflow/style.css')
-rw-r--r-- | aux/workflow/style.css | 67 |
1 files changed, 31 insertions, 36 deletions
diff --git a/aux/workflow/style.css b/aux/workflow/style.css index d7935d0..d72991e 100644 --- a/aux/workflow/style.css +++ b/aux/workflow/style.css @@ -1,46 +1,41 @@ <style> - hr { - background-color: #ccc; - } + hr { + background-color: #ccc; + } - div.header-anchor { - opacity: 0.5; - } + .header-anchor { + opacity: 0.5; + } - span.tag { - font-family: monospace; - font-size: 70%; - background-color: lightgray; - padding: 3px; - border-radius: 5px; - } + .tag { + font-family: monospace; + font-size: 70%; + background-color: lightgray; + padding: 3px; + border-radius: 5px; + } - /* - Replicate colors from: - https://git.euandreh.xyz/dotfiles/tree/spacemacs.el?id=fcd9f9c4ef399d45d54927382dc1cdde251ebb0a#n866 - */ + .TODO { + color: brown; + } - .TODO { - color: brown; - } + .DOING { + color: yellowgreen; + } - .DOING { - color: yellowgreen; - } + .WAITING, .MEETING { + color: orange; + } - .WAITING, .MEETING { - color: gray; - } + .INACTIVE { + color: gray; + } - .INACTIVE { - color: orange; - } + .NEXT { + color: red; + } - .NEXT { - color: red; - } - - .CANCELLED, .DONE { - color: green; - } + .CANCELLED, .DONE, .WONTFIX { + color: green; + } </style> |