From aca4887b667b106b92461176bc562172609cbdd4 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 16 Sep 2019 16:25:13 -0400 Subject: [PATCH] experimental color changes for front page --- css/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index a0def5e..9a8551e 100644 --- a/css/style.css +++ b/css/style.css @@ -52,16 +52,18 @@ section { position: relative; } .main-container { min-height: 50vh; } h2.block-title { - background: #000; + background: #337AB7; color: #FFF; padding: 0.5em; } + + h2.block-title a:visited, h2.block-title a:focus, h2.block-title a:active, h2.block-title a { - color: #DDCC00; + color: #FFF; } h2.block-title a:hover { -- 2.25.1