From c4797ac734118380305e4dee294067f44641d8ca Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 20 Feb 2021 20:40:17 -0300 Subject: Update aux/workflow/: support tags in TODOs.md --- aux/workflow/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'aux/workflow/style.css') diff --git a/aux/workflow/style.css b/aux/workflow/style.css index ac0144c..d7935d0 100644 --- a/aux/workflow/style.css +++ b/aux/workflow/style.css @@ -3,10 +3,18 @@ background-color: #ccc; } - span.header-anchor { + div.header-anchor { opacity: 0.5; } + span.tag { + font-family: monospace; + font-size: 70%; + background-color: lightgray; + padding: 3px; + border-radius: 5px; + } + /* Replicate colors from: https://git.euandreh.xyz/dotfiles/tree/spacemacs.el?id=fcd9f9c4ef399d45d54927382dc1cdde251ebb0a#n866 -- cgit v1.2.3