diff --git a/themes/2017/static/css/style.css b/themes/2017/static/css/style.css index 8472e66..80e02b6 100644 --- a/themes/2017/static/css/style.css +++ b/themes/2017/static/css/style.css @@ -58,11 +58,13 @@ a { a:hover { font-weight: bold; - text-decoration: underline; + background-color: #378ab4; + color: #ffffff; } h1 a:hover { font-weight: bold; + background-color: #000000; } h1 a { @@ -89,6 +91,8 @@ header { } .sitebanner h1 a { text-decoration: none; + color: #000000; + background-color: transparent; } .sitebanner > img {