diff options
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -67,11 +67,16 @@ body { .pageheader .actions { background-color: LightBlue; -} - -.actions ul { - border-bottom: 0; - padding:0 0 0 15px; + ul { + border-bottom: 0; + padding:0 0 0 15px; + } + a { + color: LightBlue; + &:hover { + color: white; + } + } } .topbar { |