LaundrySorcery

git clone git://xatko.vsos.ethz.ch/LaundrySorcery.git
Log | Files | Refs

commit 05010bc35f9f24b921df3afb43821445eaa2237f
parent 6f4f8aa9bdd5586d37ff56c41cf06caf02095481
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Fri, 29 Jun 2018 03:14:27 +0000

Make the background less black but the font-color more white

Diffstat:
Mwww/index.cgi | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/index.cgi b/www/index.cgi @@ -12,8 +12,8 @@ Content-Type: text/html <meta charset="UTF-8"/> <style type="text/CSS"> body{ - background-color:black; - color:gray; + background-color:#111111; + color:silver; font-family:sans; } #status{