summaryrefslogtreecommitdiff
path: root/edu.scss
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2016-04-03 16:41:15 +0200
committerSiri Reiter <siri@jones.dk>2016-04-03 16:41:15 +0200
commit41796e31a6355e81a8a4a8855aa4d9c728516f68 (patch)
tree77176944873d817e14c65d280e4fa1ed06b2547d /edu.scss
parent9ddb3c7f28f51d20e831b0e0b532a2bf67c8f42e (diff)
Coordinate txt, link and button colors along with background.
Diffstat (limited to 'edu.scss')
-rw-r--r--edu.scss25
1 files changed, 17 insertions, 8 deletions
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;
}
}
}