From a5956602e9bf49005611ccff9322b16aa7e204c3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 15 Jul 2021 23:45:00 -0300 Subject: aux/workflow/style.css: Be less specific on selectors, remove reference to previous colour pallete --- aux/workflow/style.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'aux/workflow') 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; } -- cgit v1.2.3