From 96236d19cd8e062cedd2ddf5555dcd6edfd5f09e Mon Sep 17 00:00:00 2001 From: Niklas Buschmann Date: Fri, 2 Aug 2019 22:14:05 +0200 Subject: [PATCH] fix bold text --- static/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/theme.css b/static/css/theme.css index e89900d..da4cac0 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -31,7 +31,7 @@ h1, h2, h3, h4, h5, h6 { } b, strong, th { - font-weight: 500; + font-weight: 600; } a {