From e1b5fae32140f034dbdf8c92ccec40926b8cbe04 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Wed, 12 Sep 2018 17:37:46 +0200 Subject: Brush up the stylesheet a bit. --- public/styles.css | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/public/styles.css b/public/styles.css index 3906add..a236448 100644 --- a/public/styles.css +++ b/public/styles.css @@ -1,6 +1,23 @@ body { - background-color: whitesmoke; - color: darkslategray; + color: #afafaf; + background-color: #131a1a; + max-width: 42em; + margin-left: auto; + margin-right: auto; +} + +h1, h2, h3 { + color: #ccc; +} + +a { + color: #7fb0c7; + text-decoration: none; +} + +a:hover { + color: #99b0d7; + text-decoration: underline; } label { @@ -23,7 +40,7 @@ label { .required label:before, .required:empty:before { content: "* "; - color: darkred; + color: #ff4f4f; vertical-align: top; } @@ -40,9 +57,10 @@ textarea { input[type=text], input[type=time], textarea { border-bottom: 1px solid darkslateblue; - background-color: whitesmoke; - color: darkslateblue; + background-color: #afafaf; + color: #11163f; font-size: large; + padding: 1mm; } input[type=text], textarea { @@ -82,10 +100,11 @@ input[type=text], textarea { } .help { - margin-left: 1cm; + margin-left: 4cm; width: 10cm; display: inline-block; vertical-align: top; + font-size: small; } .delete-member-button, -- cgit v1.2.3