From f961dc99033c0b120645e27f480568eb8d866b6d Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 5 Jul 2017 10:59:22 +0200 Subject: Første udkast. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.scss | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 style.scss 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; + } + } +} -- cgit v1.2.3