summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
+ }
}