luci-base: change index.html to be more like current themes
authorHannu Nyman <hannu.nyman@iki.fi>
Mon, 12 Oct 2015 11:18:00 +0000 (14:18 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Mon, 12 Oct 2015 11:18:00 +0000 (14:18 +0300)
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>
(cherry picked from commit b6fe9a70e6a3182b0d4bc7c7071c59b242402a05)

modules/luci-base/root/www/index.html

index 0b5fa1d87e88914cb906a258e5d9455871c1e1df..59b0d84842df47355613ac313015148f9469c6b9 100644 (file)
@@ -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>