simplified font styles
This commit is contained in:
parent
e0401ef7c5
commit
bbb4f9d573
|
@ -51,7 +51,7 @@ table {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Superclarendon, 'Bookman Old Style', 'URW Bookman', 'URW Bookman L', 'Georgia Pro', Georgia, serif;
|
font-family: serif;
|
||||||
background-color: #181825;
|
background-color: #181825;
|
||||||
color: #cdd6f4;
|
color: #cdd6f4;
|
||||||
margin: 1rem 2rem;
|
margin: 1rem 2rem;
|
||||||
|
@ -117,7 +117,7 @@ main div ul {
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
font-family: Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif;
|
font-family: sans-serif;
|
||||||
background-color: #11111b;
|
background-color: #11111b;
|
||||||
border: 2px solid #313244;
|
border: 2px solid #313244;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
|
|
Loading…
Reference in New Issue