make bold text bolder in a cw

This commit is contained in:
rhiannon morris 2024-07-07 22:08:14 +02:00
parent 0561f9dab1
commit 58b88ed23c

View file

@ -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;