diff options
author | Siri Reiter <siri@jones.dk> | 2016-04-03 16:41:15 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2016-04-03 16:41:15 +0200 |
commit | 41796e31a6355e81a8a4a8855aa4d9c728516f68 (patch) | |
tree | 77176944873d817e14c65d280e4fa1ed06b2547d | |
parent | 9ddb3c7f28f51d20e831b0e0b532a2bf67c8f42e (diff) |
Coordinate txt, link and button colors along with background.
-rw-r--r-- | edu.scss | 25 |
1 files changed, 17 insertions, 8 deletions
@@ -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; } } } |