diff options
-rw-r--r-- | style.scss | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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; } } |