diff options
Diffstat (limited to 'aux/workflow/style.css')
-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; } |