diff options
-rw-r--r-- | www/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html index 795c661..0d99a93 100644 --- a/www/index.html +++ b/www/index.html @@ -12,7 +12,6 @@ <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" /> <style> - body { background-color:#dceeee; } .page-header a img { border:0; @@ -38,7 +37,7 @@ h1 .tastentierchen { height:100%; - background-color:#dceeee; + background-color:#fff; } h1 .tastentierchen a:hover { position:relative; |