diff options
author | Tim Keller <tjkeller.xyz> | 2025-02-22 20:46:50 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-02-22 20:46:50 -0600 |
commit | 597180d0e0920f016e1dc63a79ce07d7c11b2704 (patch) | |
tree | 8b4e388ec6d1ca5bb17a45086f3f9163005c7d56 /assets/stylesheets/style.css | |
parent | c210dd6989046d2379a6ac161b7f95cafd5a0566 (diff) | |
download | hugo-theme-tjkbasic-597180d0e0920f016e1dc63a79ce07d7c11b2704.tar.xz hugo-theme-tjkbasic-597180d0e0920f016e1dc63a79ce07d7c11b2704.zip |
Diffstat (limited to 'assets/stylesheets/style.css')
-rw-r--r-- | assets/stylesheets/style.css | 9 |
1 files changed, 4 insertions, 5 deletions
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 } |