summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.scss11
1 files changed, 6 insertions, 5 deletions
diff --git a/style.scss b/style.scss
index f2dc101..140f756 100644
--- a/style.scss
+++ b/style.scss
@@ -127,18 +127,19 @@ body {
}
.pageheader .actions {
+ display: inline-block;
position: absolute;
- top: 6em;
- left: 30em;
- background-color: lightblue;
+ top: 0;
+ right: 2em;
+ background-color: transparent;
ul {
border-bottom: 0;
padding: 0 0 0 15px;
}
a {
- color: lightblue;
+ color: transparent;
&:hover {
- color: white;
+ color: lightblue;
text-decoration: none;
}
}