From 25bb49a5f57a7e139dcafee0456dca2ddfcfc525 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 6 Mar 2017 05:25:53 +0100 Subject: colors / links --- styles.css | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) (limited to 'styles.css') diff --git a/styles.css b/styles.css index 3ab6ff25..6bb3301a 100644 --- a/styles.css +++ b/styles.css @@ -15,11 +15,12 @@ html { } .c_acronym { - background-color: #7A9F35; + background-color: #A5C663; } #body_content a, +#body_content a:link, #body_content a:visited { text-decoration: underline; color: black; @@ -30,6 +31,18 @@ html { background-color: rgba(200, 200, 200, 0.5); } +footer a, +footer a:link, +footer a:visited { + text-decoration: underline; + color: white; +} + +footer a:hover { + transition: background-color 0.3s; + background-color: rgba(100, 100, 100, 0.5); +} + .c_intro { min-height: 97vh; } @@ -51,6 +64,17 @@ html { color: black; } +.btn-dark { + background-color: #9d9d9d; +} + + +#mybody nav { + border-radius: 0px; +} + footer { - margin-top: 2em; + padding-top: 2em; + background-color: #222; + color: white; } -- cgit v1.2.3