From 41796e31a6355e81a8a4a8855aa4d9c728516f68 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 3 Apr 2016 16:41:15 +0200 Subject: Coordinate txt, link and button colors along with background. --- edu.scss | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) (limited to 'edu.scss') diff --git a/edu.scss b/edu.scss index c8bb80f..6193e19 100644 --- a/edu.scss +++ b/edu.scss @@ -15,8 +15,7 @@ h1 { } } -.topbar, -#pageinfo { +.topbar { background-color: #808000; } @@ -41,12 +40,22 @@ h1 { } #footer #mc_embed_signup { - input { - color: Black; - } - .button { - color: DarkGreen; - background-color: DarkKhaki; + input { + color: Black; + } + .button { + color: DarkGreen; + background-color: DarkKhaki; + } +} + +#pageinfo { + background-color: #808000; + color: DarkKhaki; + a { + color: DarkKhaki; + &:hover { + color: White; } } } -- cgit v1.2.3