aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorNicolas LLOBERA <nllobera@gmail.com>2017-03-20 17:03:08 +0100
committerNicolas LLOBERA <nllobera@gmail.com>2017-03-20 17:03:08 +0100
commitd5b01fd63d60ebd29680c002331262ff72601cbb (patch)
tree7d43c5a55bcddc61e2bd85557d089843ee083383 /index.php
parent1fc75db4b55ba2169e34cb275be1956fc578b1b4 (diff)
Revert "dark theme"
This reverts commit 859f243fa2f3f8d305c00a3096eda4e1fb9082a0.
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index 9ad270b..fbf0c09 100644
--- a/index.php
+++ b/index.php
@@ -11,7 +11,6 @@ $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>