From 21c892abc4ce1a5b6624d6edc89b19fd99b4fdde Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Mon, 20 May 2024 18:27:41 +0200 Subject: [PATCH] style: relative small size --- templates/threads.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/threads.html b/templates/threads.html index 1b074f0..6df69a8 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -37,6 +37,10 @@ a { color: var(--color-link); } + + small { + font-size: var(--font-size-sm); + } } header, footer, main { padding: 1em;