From 562c7cb6eb3adca0eea91211287cbd2761eb1144 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Thu, 14 Aug 2025 23:09:16 +0000 Subject: [PATCH] style: Refine header font and checkbox styles --- mapper/src/App.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mapper/src/App.css b/mapper/src/App.css index 170fb91..9a24536 100644 --- a/mapper/src/App.css +++ b/mapper/src/App.css @@ -104,6 +104,7 @@ h2 { font-size: 1.5rem; color: white; cursor: pointer; + font-family: sans-serif; /* Center content */ display: flex; @@ -127,8 +128,8 @@ h2 { /* Custom checkbox style */ font: inherit; color: currentColor; - width: 1.15em; - height: 1.15em; + width: 0.75em; + height: 0.75em; border: 0.1em solid currentColor; border-radius: 0; transform: translateY(-0.075em);