summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/root/www/index.html
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2015-09-29 11:44:53 +0300
committerHannu Nyman <hannu.nyman@iki.fi>2015-09-29 11:44:53 +0300
commitb6fe9a70e6a3182b0d4bc7c7071c59b242402a05 (patch)
treee222a8cc31bad3e0b252dfd8c9fda6550a7d56be /modules/luci-base/root/www/index.html
parente759b495b218d0c1842e8e0b1f3a19f1290c809c (diff)
luci-base: change index.html to be more like current themes
Change index.html that is visible for a second when entering Luci: * Black text on white background (instead of white on black) * Specify font as Arial/Helvetica Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'modules/luci-base/root/www/index.html')
-rw-r--r--modules/luci-base/root/www/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/luci-base/root/www/index.html b/modules/luci-base/root/www/index.html
index 0b5fa1d87..59b0d8484 100644
--- a/modules/luci-base/root/www/index.html
+++ b/modules/luci-base/root/www/index.html
@@ -5,7 +5,7 @@
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="refresh" content="0; URL=/cgi-bin/luci" />
</head>
-<body style="background-color: black">
-<a style="color: white; text-decoration: none" href="/cgi-bin/luci">LuCI - Lua Configuration Interface</a>
+<body style="background-color: white">
+<a style="color: black; font-family: arial, helvetica, sans-serif;" href="/cgi-bin/luci">LuCI - Lua Configuration Interface</a>
</body>
</html>