CSS: Fix font globally

master
Felix Stupp 2 years ago
parent d3c12ed79a
commit a36d97daa3
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -2,6 +2,8 @@
<link href="/static/stylesheets/reset.css" rel="stylesheet" />
<style>
body {
font-family: sans-serif;
font-size: 1rem;
background-color: #222222;
color: whitesmoke;
}

Loading…
Cancel
Save