aboutsummaryrefslogtreecommitdiff
path: root/aux
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-07-15 16:26:30 -0300
committerEuAndreh <eu@euandre.org>2021-07-15 16:26:30 -0300
commit9db46b8a2deda25684f279168151d6b189426707 (patch)
tree4d1c7711b847342b956821791cc7518d92a46995 /aux
parentTODOs.md: Add #task-d1dc781f-8659-b02a-2b52-021528985f7c (diff)
downloadgit-permalink-9db46b8a2deda25684f279168151d6b189426707.tar.gz
git-permalink-9db46b8a2deda25684f279168151d6b189426707.tar.xz
aux/workflow/style.css: Switch colors of INACTIVE and WAITING
Diffstat (limited to 'aux')
-rw-r--r--aux/workflow/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/aux/workflow/style.css b/aux/workflow/style.css
index d7935d0..b83f793 100644
--- a/aux/workflow/style.css
+++ b/aux/workflow/style.css
@@ -29,11 +29,11 @@
}
.WAITING, .MEETING {
- color: gray;
+ color: orange;
}
.INACTIVE {
- color: orange;
+ color: gray;
}
.NEXT {