From 646ca1268e5db9cd9a5ba51066d36b7ea7627711 Mon Sep 17 00:00:00 2001 From: "Tanner Collin (aider)" Date: Thu, 14 Aug 2025 23:09:21 +0000 Subject: [PATCH] style: apply sans-serif font to menu buttons --- mapper/src/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/mapper/src/App.css b/mapper/src/App.css index 9a24536..44dcf4e 100644 --- a/mapper/src/App.css +++ b/mapper/src/App.css @@ -83,6 +83,7 @@ h2 { color: white; border-radius: 0; border: 0; + font-family: sans-serif; } .menu button:hover {