From 0f8b3ed157ac7e9fdb3701d6e206ee42203b73b2 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sun, 9 Feb 2025 16:29:26 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Change=20light=20mode/sun?= =?UTF-8?q?=20icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 6 ++++++ index.php | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 968b937..d5c6b90 100644 --- a/css/style.css +++ b/css/style.css @@ -626,6 +626,9 @@ .h-6 { height: calc(var(--spacing) * 6); } + .h-8 { + height: calc(var(--spacing) * 8); + } .w-4 { width: calc(var(--spacing) * 4); } @@ -638,6 +641,9 @@ .w-6 { width: calc(var(--spacing) * 6); } + .w-8 { + width: calc(var(--spacing) * 8); + } .w-10 { width: calc(var(--spacing) * 10); } diff --git a/index.php b/index.php index cedd869..046eb7b 100644 --- a/index.php +++ b/index.php @@ -19,8 +19,8 @@