summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-07-17 05:47:04 +0300
committerDevaev Maxim <[email protected]>2018-07-17 05:47:04 +0300
commit77e9917b640a79a1dfdfc182a4338a3b94d0ff37 (patch)
treea8487b792ca948b49186ea9df79f4911805b6d94
parent2598f00143ab7ffbf4c85d68e0d566e82313331e (diff)
web: sans-serif
-rw-r--r--kvmd/web/css/main.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/kvmd/web/css/main.css b/kvmd/web/css/main.css
index 00f5f08b..45e4db45 100644
--- a/kvmd/web/css/main.css
+++ b/kvmd/web/css/main.css
@@ -2,6 +2,7 @@ body {
margin: 0px;
color: #c3c3c3;
background-color: #36393f;
+ font-family: sans-serif!important;
}
img#logo {
height: 24px;