From e6908da783e1aa510f8f1a24c6214b627d713754 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Wed, 28 Dec 2011 15:53:01 +0100 Subject: [PATCH] color change --- apps/quiz/static/css/style.css | 5 ++++- koedquiz/templates/404.html | 5 ++++- koedquiz/templates/500.html | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/apps/quiz/static/css/style.css b/apps/quiz/static/css/style.css index 4b1666c..ca377e4 100755 --- a/apps/quiz/static/css/style.css +++ b/apps/quiz/static/css/style.css @@ -11,11 +11,14 @@ body { } #header { - background: #222; + background: #b8be55; color: #eee; padding: 1em 0; } +#header a { + text-decoration: none; +} h1 { font-size: 2em; max-width: 20em; diff --git a/koedquiz/templates/404.html b/koedquiz/templates/404.html index 928901c..e7bb7c6 100755 --- a/koedquiz/templates/404.html +++ b/koedquiz/templates/404.html @@ -18,11 +18,14 @@ body { } #header { - background: #222; + background: #b8be55; color: #eee; padding: 1em 0; } +#header a { + text-decoration: none; +} h1 { font-size: 2em; max-width: 20em; diff --git a/koedquiz/templates/500.html b/koedquiz/templates/500.html index 92a02fa..38d94e5 100755 --- a/koedquiz/templates/500.html +++ b/koedquiz/templates/500.html @@ -18,11 +18,14 @@ body { } #header { - background: #222; + background: #b8be55; color: #eee; padding: 1em 0; } +#header a { + text-decoration: none; +} h1 { font-size: 2em; max-width: 20em; -- 2.20.1