summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2016-04-03 14:57:22 +0200
committerSiri Reiter <siri@jones.dk>2016-04-03 14:57:22 +0200
commite8e3b53fd70d14b1162d012ee28b203c49878e48 (patch)
tree88fb45be79f74b503dc0d548eaeff048dad862d9
parent628542b0c1d225934408f2336bedf0f831a3940e (diff)
Change to new color palette. Remove redundant or misconcepted nominators.
-rw-r--r--edu.scss42
1 files changed, 19 insertions, 23 deletions
diff --git a/edu.scss b/edu.scss
index 276fea9..779a944 100644
--- a/edu.scss
+++ b/edu.scss
@@ -6,40 +6,36 @@ h1 {
color: DarkGreen;
}
-.header {
- color: DarkKhaki;
-}
-
-.pageheader {
- background-color: DarkKhaki;
-}
-
.pageheader .actions {
- background-color: DarkKhaki;
a {
+ color: #808000;
+ &:hover {
color: DarkKhaki;
+ }
}
}
-.topbar {
- background-color: DarkKhaki;
+.topbar,
+#pageinfo {
+ background-color: #808000;
}
-.sidebar {
- background-color: DarkKhaki;
- p {
- color: DarkGreen;
+.topbar ul li {
+ a,
+ .selflink {
+ background-color: DarkGreen;
+ color: DarkKhaki;
+ &:hover {
+ background-color: DarkKhaki;
+ color: Darkgreen;
+ }
}
}
+.sidebar,
.farbar {
background-color: DarkKhaki;
-}
-
-.div inlineheader {
- background-color: none;
-}
-
-#pageinfo {
- background-color: DarkKhaki;
+ p {
+ color: DarkGreen;
+ }
}