style: Set button font to Arial

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
Chris Frankland-Wright 2025-08-12 16:26:03 +01:00
parent b03d935a9e
commit 5d206b564b

View file

@ -123,7 +123,7 @@ button {
color: white;
cursor: pointer;
font-size: 14px;
font-family: inherit;
font-family: Arial, sans-serif;
font-weight: bold;
transition: background-color 0.2s;
}