From 597180d0e0920f016e1dc63a79ce07d7c11b2704 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 22 Feb 2025 20:46:50 -0600 Subject: tweak css and commas between tags and dont show empty date --- assets/stylesheets/style.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'assets/stylesheets/style.css') diff --git a/assets/stylesheets/style.css b/assets/stylesheets/style.css index 24b860d..2ef619d 100644 --- a/assets/stylesheets/style.css +++ b/assets/stylesheets/style.css @@ -44,7 +44,7 @@ header a:hover { header a:hover::after { content: ""; - background: green; + background: #309a00; position: absolute; display: block; bottom: -.3em; @@ -64,9 +64,8 @@ main, footer{ text-align: right; color: #555; } -#publishing a { - color: #555; -} +#publishing a { color: #555 } +#publishing a:not(:last-child)::after { content: "," } #copyright, #theme-copyright { text-align: center; @@ -169,7 +168,7 @@ ol, ul, pre code { } /* utility classes */ -.monodate { font-family: monospace } +.monodate, .monospace { font-family: monospace } .bold { font-weight: bold } .nowrap { white-space: nowrap } .overflow-box { overflow: scroll } -- cgit v1.2.3