From cafdecfba0997ae2ddb1df4102d9116ec19cae3c Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 1 Dec 2013 22:26:18 +0100 Subject: Adsjust action styling, and hide unless hovered. --- style.scss | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/style.scss b/style.scss index 21206c8..49b4c6a 100644 --- a/style.scss +++ b/style.scss @@ -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 { -- cgit v1.2.3