aboutsummaryrefslogtreecommitdiff
path: root/build-aux/workflow/style.css
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-27 15:55:27 -0300
committerEuAndreh <eu@euandre.org>2021-01-27 15:58:51 -0300
commit451eed829916627e9248f1003752b43617a20ff4 (patch)
tree1799faf7932caab2f2b6fb0bccebf06601715dda /build-aux/workflow/style.css
parentUpdate link to "remembering" (diff)
downloadeuandre.org-451eed829916627e9248f1003752b43617a20ff4.tar.gz
euandre.org-451eed829916627e9248f1003752b43617a20ff4.tar.xz
mv build-aux/ -> aux/ and scripts/
Diffstat (limited to 'build-aux/workflow/style.css')
-rw-r--r--build-aux/workflow/style.css38
1 files changed, 0 insertions, 38 deletions
diff --git a/build-aux/workflow/style.css b/build-aux/workflow/style.css
deleted file mode 100644
index ac0144c..0000000
--- a/build-aux/workflow/style.css
+++ /dev/null
@@ -1,38 +0,0 @@
-<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>