aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--static/less/style.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/less/style.less b/static/less/style.less
index 7c1ad48..d4310f5 100644
--- a/static/less/style.less
+++ b/static/less/style.less
@@ -16,6 +16,7 @@ html {
}
body {
+ display:flex;
color: @fg-color;
background-color: @bg-color;
font-family: 'Fira Mono', monospace;