From c0e66f7fec9bc6006f02cc33dc3f075c173078b3 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Mon, 14 Oct 2024 20:19:15 +0200 Subject: [PATCH] restyle bold --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 56dca29..bbebe7a 100644 --- a/style.css +++ b/style.css @@ -85,5 +85,7 @@ img.ss { } b { + font-weight: 900; font-variant: small-caps; + text-decoration: underline dotted; }