From 7dbbad5ec79be7a5338421ffd88bc9e2ac5dde5e Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 6 Mar 2017 05:09:08 +0100 Subject: links and tri-color palette --- styles.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'styles.css') diff --git a/styles.css b/styles.css index f84336d0..3ab6ff25 100644 --- a/styles.css +++ b/styles.css @@ -15,7 +15,19 @@ html { } .c_acronym { - background-color: #c9ffe2; + background-color: #7A9F35; +} + + +#body_content a, +#body_content a:visited { + text-decoration: underline; + color: black; +} + +#body_content a:hover { + transition: background-color 0.3s; + background-color: rgba(200, 200, 200, 0.5); } .c_intro { -- cgit v1.2.3