From 58b88ed23cfed495dd3333e62ee890466fc4ec4f Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Sun, 7 Jul 2024 22:08:14 +0200 Subject: [PATCH] make bold text bolder in a cw --- style/shiny/single.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style/shiny/single.css b/style/shiny/single.css index 6b3544a..c8b2fc3 100644 --- a/style/shiny/single.css +++ b/style/shiny/single.css @@ -64,6 +64,7 @@ body { padding: 0.25em 0.5em; border-radius: 0.5em; } +#cw-text b { font-weight: 900; } #cw-text::before { content: 'cw: '; font-weight: 600;