Make the status page black themed
This commit is contained in:
parent
82954f812f
commit
d3be9fa2f0
@ -2,6 +2,12 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" type="text/html; charset=utf-8" />
|
<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>
|
<title>Konata ready for service!</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user