From 451912aa57615b7211b55b450e29e99065f58664 Mon Sep 17 00:00:00 2001 From: gingervitis Date: Sun, 17 Jan 2021 19:51:38 -0800 Subject: [PATCH] style p tag --- web/styles/globals.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/styles/globals.scss b/web/styles/globals.scss index 025726712..6e0e7da15 100644 --- a/web/styles/globals.scss +++ b/web/styles/globals.scss @@ -22,7 +22,9 @@ a { * { box-sizing: border-box; } - +p { + font-weight: 300; +} pre { display: block; padding: 1rem;