From 4af487ecedb71f98cb0ec1e2b38c11def7029973 Mon Sep 17 00:00:00 2001 From: welpo Date: Sun, 21 May 2023 22:48:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20round=20down=20code=20f?= =?UTF-8?q?ont-size?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_code.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sass/parts/_code.scss b/sass/parts/_code.scss index bbcd976..8649d6a 100644 --- a/sass/parts/_code.scss +++ b/sass/parts/_code.scss @@ -2,8 +2,7 @@ code { background-color: var(--bg-1); padding: 0.1em 0.2em; font-family: var(--code-font); - font-weight: 350; - font-size: 0.92em; + font-size: 0.9em; } pre {