dark theme

This commit is contained in:
Nicolas LLOBERA
2016-12-17 01:50:19 +01:00
parent 2ba594ae76
commit 859f243fa2
2 changed files with 78 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ $update = $Config->checkUpdate();
<title>eZ Server Monitor - <?php echo Misc::getHostname(); ?></title>
<link rel="stylesheet" href="web/css/utilities.css" type="text/css">
<link rel="stylesheet" href="web/css/frontend.css" type="text/css">
<link rel="stylesheet" href="web/css/darktheme.css" type="text/css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>