diff options
author | EuAndreh <eu@euandre.org> | 2021-07-15 23:45:00 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-15 23:45:00 -0300 |
commit | a5956602e9bf49005611ccff9322b16aa7e204c3 (patch) | |
tree | 3f82801769dd824063b3277795e434f03916b8ad | |
parent | aux/workflow/style.css: Switch colors of INACTIVE and WAITING (diff) | |
download | git-permalink-a5956602e9bf49005611ccff9322b16aa7e204c3.tar.gz git-permalink-a5956602e9bf49005611ccff9322b16aa7e204c3.tar.xz |
aux/workflow/style.css: Be less specific on selectors, remove reference to previous colour pallete
-rw-r--r-- | aux/workflow/style.css | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/aux/workflow/style.css b/aux/workflow/style.css index b83f793..e34e8e6 100644 --- a/aux/workflow/style.css +++ b/aux/workflow/style.css @@ -3,11 +3,11 @@ background-color: #ccc; } - div.header-anchor { + .header-anchor { opacity: 0.5; } - span.tag { + .tag { font-family: monospace; font-size: 70%; background-color: lightgray; @@ -15,11 +15,6 @@ border-radius: 5px; } - /* - Replicate colors from: - https://git.euandreh.xyz/dotfiles/tree/spacemacs.el?id=fcd9f9c4ef399d45d54927382dc1cdde251ebb0a#n866 - */ - .TODO { color: brown; } |