From c53260d7d69f293a263b47286a117d6bfa633616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Jab=C5=82o=C5=84ski?= Date: Sun, 10 Aug 2025 14:53:30 +0200 Subject: [PATCH] feat: make toggle theme button bigger --- public/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/styles.css b/public/styles.css index 09fcbf1..36e84dd 100644 --- a/public/styles.css +++ b/public/styles.css @@ -46,6 +46,7 @@ header section { width: auto; background: none; border: none; + font-size: 2rem; } #theme-toggle::before {