Use OS default font
All checks were successful
Deploy Spot / deploy (push) Successful in 38s

This commit is contained in:
2026-05-24 18:53:25 +02:00
parent 138ce6ec8b
commit fe8a8034ca

View File

@@ -83,12 +83,17 @@
} }
textarea:focus, input:focus { textarea:focus, input:focus {
outline: 1px solid #CCC; outline: 1px solid color.$default-bg;
} }
body, textarea, input, button, a.button { body, textarea, input, button, a.button {
font-size: 14px; font-size: 14px;
font-family: 'Ubuntu', sans-serif; font-family:
system-ui,
-apple-system,
"Segoe UI",
Roboto,
sans-serif;
margin: 0; margin: 0;
} }