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;