ui: ensure inputs and buttons inherit Ubuntu Mono font

This commit is contained in:
2026-04-08 21:31:44 -04:00
parent fe25798425
commit 9dc6ff3887

View File

@@ -24,6 +24,10 @@ body {
overflow-x: hidden;
}
input, button, textarea, select {
font-family: inherit;
}
button {
cursor: pointer;
background: transparent;