Make the status page black themed

This commit is contained in:
Michael De Roover 2020-12-28 02:56:22 +01:00
parent 82954f812f
commit d3be9fa2f0
Signed by: vim
GPG Key ID: 075496E232CE04CB
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,12 @@
<html>
<head>
<meta http-equiv="Content-Type" type="text/html; charset=utf-8" />
<style type="text/css">
body{
background: #000;
color: #aaa;
}
</style>
<title>Konata ready for service!</title>
</head>
<body>