summaryrefslogtreecommitdiff
path: root/edu.scss
diff options
context:
space:
mode:
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;
}
}
}