From 22e0e1386c161a97444ff367c4e73ed29e668c54 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Mon, 20 May 2024 21:46:19 +0200 Subject: [PATCH] style: smaller code font size --- templates/threads.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/threads.html b/templates/threads.html index cf28532..d3429bf 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -123,6 +123,7 @@ & .body { & code { + font-size: var(--font-size-sm); background: rgb(245, 242, 240); padding: 0.25em 0.3em; border-radius: 5px;