style: apply sans-serif font to menu buttons

This commit is contained in:
2025-08-14 23:09:21 +00:00
parent 562c7cb6eb
commit 646ca1268e

View File

@@ -83,6 +83,7 @@ h2 {
color: white; color: white;
border-radius: 0; border-radius: 0;
border: 0; border: 0;
font-family: sans-serif;
} }
.menu button:hover { .menu button:hover {