diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2015-10-04 18:57:59 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2015-10-04 18:57:59 +0300 |
commit | 56deb7b2cf5f295b264f245debb03b19716e84a7 (patch) | |
tree | 46ff9cb0595deb1b25b0c3b2e9dee28ef84d64e1 /modules/luci-base | |
parent | 527ad738662b678426d853d763fd53f504980877 (diff) | |
parent | b6fe9a70e6a3182b0d4bc7c7071c59b242402a05 (diff) |
Merge pull request #488 from hnyman/black-flash
luci-base: change index.html to be more like current themes
Diffstat (limited to 'modules/luci-base')
-rw-r--r-- | modules/luci-base/root/www/index.html | 4 |
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> |