From 941c9a741fe7ebe82aacdea5ec3b3a2298aede2f Mon Sep 17 00:00:00 2001
From: Ralf Junghanns <ralf.junghanns@gmail.com>
Date: Fri, 23 Mar 2018 13:48:05 +0000
Subject: [PATCH] Update style.less (#4)
---
static/less/style.less | 1 +
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 @@
}
body {
+ display:flex;
color: @fg-color;
background-color: @bg-color;
font-family: 'Fira Mono', monospace;
--
Gitblit v1.10.0