From ec369d5f6d670df5d185dd9bb81e3b9f6a355d32 Mon Sep 17 00:00:00 2001 From: marvinkrausser Date: Sun, 26 Apr 2026 16:21:52 +0200 Subject: [PATCH] changed tag font size --- main_style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/main_style.css b/main_style.css index f5fd52c..7bc294d 100644 --- a/main_style.css +++ b/main_style.css @@ -251,6 +251,7 @@ option { border: 1px solid var(--border); padding: 3px 10px; border-radius: 3px; + font-size: 14px; } .content-block {