diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-07-05 10:59:22 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-07-05 10:59:22 +0200 |
commit | f961dc99033c0b120645e27f480568eb8d866b6d (patch) | |
tree | b6c70b121dc9e9e7f4ad9f8e12ebf5292e37fdbb |
Første udkast.
-rw-r--r-- | style.scss | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/style.scss b/style.scss new file mode 100644 index 0000000..daccb58 --- /dev/null +++ b/style.scss @@ -0,0 +1,23 @@ +@import "toolkit"; +@import "compass/typography/lists"; +@import "../shared/themes/default/ikiwiki"; + +@include ikiwiki-style; + +.pageheader .actions { + position: absolute; + top: 0; + right: 2em; + background-color: transparent; + ul { + @include inline-block-list; + height: 2em; + } + a { + color: transparent; + &:hover { + color: #3d6a8d; + text-decoration: none; + } + } +} |