summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2013-12-01 22:26:18 +0100
committerSiri Reiter <siri@jones.dk>2013-12-01 22:26:18 +0100
commitcafdecfba0997ae2ddb1df4102d9116ec19cae3c (patch)
tree77e9821714ad332291fd2439699b3bc2d7feab92 /style.scss
parent7265c2e2e759d72cce594a50695c2fe59f829312 (diff)
Adsjust action styling, and hide unless hovered.
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss15
1 files 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 {