Update webpage fontt

This commit is contained in:
kaBeech
2023-03-18 17:24:15 -07:00
parent 2fedc1ce69
commit 6cd90ec137

View File

@@ -43,13 +43,14 @@
} }
body { body {
line-height: 1.2em;
background-color: #1e1e1e; background-color: #1e1e1e;
color: #d4d4d4; color: #d4d4d4;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, font-family: "Serious Sans", system-ui, "Segoe UI", Roboto, Helvetica, Arial,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 100%; font-size: 100%;
font-size: 1.2rem; font-size: 1.2rem;
text-align: center; text-align: center;
@@ -81,11 +82,12 @@ li {
} }
button { button {
width: 12em; width: 16em;
} }
button, button,
input { input {
padding-top: 0.3em;
align-self: center; align-self: center;
font-family: inherit; font-family: inherit;
font-size: 100%; font-size: 100%;