From 0a61bd340597b93a5ce26ed6852ca17e9fa99f06 Mon Sep 17 00:00:00 2001 From: welpo Date: Sun, 10 Sep 2023 00:20:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style(code=20tags):=20set=20bord?= =?UTF-8?q?er=20radius=20to=20inline=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Improves cohesion with the rest of the theme. --- sass/parts/_code.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/parts/_code.scss b/sass/parts/_code.scss index 1c63538..21a9d53 100644 --- a/sass/parts/_code.scss +++ b/sass/parts/_code.scss @@ -1,4 +1,5 @@ code { + border-radius: 5px; background-color: var(--bg-1); padding: 0.1em 0.2em; font-family: var(--code-font);