aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/style.css
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-30 09:46:56 -0300
committerEuAndreh <eu@euandre.org>2021-01-30 09:49:35 -0300
commitac766a3e0dd68d5590fdbc2df7c5d7c825534318 (patch)
tree8dd7acdceb3cdf3a682d7f161ccd1b8d26d190d9 /aux/workflow/style.css
parentMakefile: allow assert-nixfmt.sh to fail (diff)
downloaddotfiles-ac766a3e0dd68d5590fdbc2df7c5d7c825534318.tar.gz
dotfiles-ac766a3e0dd68d5590fdbc2df7c5d7c825534318.tar.xz
fake-symlinks.sh: Turn dotfiles into a Makefile project
Diffstat (limited to 'aux/workflow/style.css')
-rw-r--r--aux/workflow/style.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/aux/workflow/style.css b/aux/workflow/style.css
new file mode 100644
index 00000000..ac0144c5
--- /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>