simplified font styles

This commit is contained in:
Rudis Muiznieks 2024-10-21 14:32:10 -05:00
parent e0401ef7c5
commit bbb4f9d573
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ table {
}
body {
font-family: Superclarendon, 'Bookman Old Style', 'URW Bookman', 'URW Bookman L', 'Georgia Pro', Georgia, serif;
font-family: serif;
background-color: #181825;
color: #cdd6f4;
margin: 1rem 2rem;
@ -117,7 +117,7 @@ main div ul {
}
footer {
font-family: Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif;
font-family: sans-serif;
background-color: #11111b;
border: 2px solid #313244;
font-size: 0.75rem;