summaryrefslogtreecommitdiff
path: root/template/static/css/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'template/static/css/styles.css')
-rw-r--r--template/static/css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/static/css/styles.css b/template/static/css/styles.css
index c025c3e..42acdac 100644
--- a/template/static/css/styles.css
+++ b/template/static/css/styles.css
@@ -9,13 +9,13 @@
* {
box-sizing: border-box;
+ font-family: GeistMono;
}
html {
margin: 0;
padding: 0;
color: var(--text-color);
- font-family: GeistMono;
}
body {