From 43bec9488f0ec266583892341c98e3042e37b9b0 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Mon, 14 Oct 2024 20:18:06 +0200 Subject: [PATCH] restyle bold --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 11dd88e..56dca29 100644 --- a/style.css +++ b/style.css @@ -83,3 +83,7 @@ img.ss { margin: 0.5em; padding: 0; } + +b { + font-variant: small-caps; +}