(change): to serif

This commit is contained in:
2025-10-21 23:26:56 -04:00
parent 2d7f6457cd
commit b06994354f

View File

@@ -1,12 +1,19 @@
:root { :root {
font-family: serif;
font-size: 14pt;
--button-fg: #333333; --button-fg: #333333;
--button-bg: #eeeeee; --button-bg: #eeeeee;
--button-border: #333333; --button-border: #333333;
} }
button, input, select, option {
font-family: serif;
font-size: 14pt;
}
a.styled, button.styled { a.styled, button.styled {
display: block; display: block;
font: bold 12pt Arial; font-weight: bold;
text-decoration: none; text-decoration: none;
background-color: var(--button-bg); background-color: var(--button-bg);
color: var(--button-fg); color: var(--button-fg);
@@ -20,7 +27,7 @@ a.styled, button.styled {
} }
.active { .active {
border: 1px solid #000000; border: 2px solid #000000;
border-radius: 0.13rem; border-radius: 0.13rem;
} }