X-Git-Url: https://git.mdrn.pl/koed-quiz.git/blobdiff_plain/5acb6fe123f2007fcb19e1f70dec854e516aaad3..e6908da783e1aa510f8f1a24c6214b627d713754:/apps/quiz/static/css/style.css diff --git a/apps/quiz/static/css/style.css b/apps/quiz/static/css/style.css index 55eac96..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; @@ -27,6 +30,7 @@ h1 { button { background: #999; color: white; + font-size: 1em; padding: 1em; text-decoration:none; border: 1px solid #ddd; @@ -37,10 +41,9 @@ button:hover { background: #aaa; } -a.big-button { +a.big-button, a.button { background: #999; color: white; - padding: 1em; text-decoration:none; border: 1px solid #ddd; border-radius: 1em; @@ -49,7 +52,15 @@ a.big-button { margin-top: 1em; } -a.big-button:hover { +a.button { + padding: .3em; +} + +a.big-button { + padding: 1em; +} + +a.big-button:hover, a.button:hover { background: #aaa; }