diff options
-rw-r--r-- | edu.scss | 42 |
1 files changed, 19 insertions, 23 deletions
@@ -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; + } } |