From 4be38a46b0c03c7269fa2ea909a593a10c2db50f Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 31 Jan 2023 11:09:26 +0000 Subject: [PATCH] don't bold the p tag by default --- static/css/index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/css/index.css b/static/css/index.css index bf3f34c..d96b445 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -132,7 +132,6 @@ p { font-family: 'FreeMono Bold', serif; line-height: 1.3; font-size: 0.775em; - font-weight: bold; color: #f2f2f2; }