diff options
author | EuAndreh <eu@euandre.org> | 2021-01-27 14:02:07 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-27 14:02:28 -0300 |
commit | f19c14c2d014ff9aa4bb1bd8e2c186effe6dbdab (patch) | |
tree | a557f15d828953ff086a36cadeef98ebb5918705 /aux/workflow/style.css | |
parent | Update shared README.sh (diff) | |
download | server-f19c14c2d014ff9aa4bb1bd8e2c186effe6dbdab.tar.gz server-f19c14c2d014ff9aa4bb1bd8e2c186effe6dbdab.tar.xz |
mv build-aux/ aux/
Diffstat (limited to 'aux/workflow/style.css')
-rw-r--r-- | aux/workflow/style.css | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/aux/workflow/style.css b/aux/workflow/style.css new file mode 100644 index 0000000..ac0144c --- /dev/null +++ b/aux/workflow/style.css @@ -0,0 +1,38 @@ +<style> + hr { + background-color: #ccc; + } + + span.header-anchor { + opacity: 0.5; + } + + /* + Replicate colors from: + https://git.euandreh.xyz/dotfiles/tree/spacemacs.el?id=fcd9f9c4ef399d45d54927382dc1cdde251ebb0a#n866 + */ + + .TODO { + color: brown; + } + + .DOING { + color: yellowgreen; + } + + .WAITING, .MEETING { + color: gray; + } + + .INACTIVE { + color: orange; + } + + .NEXT { + color: red; + } + + .CANCELLED, .DONE { + color: green; + } +</style> |