diff options
-rw-r--r-- | style.scss | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -19,6 +19,12 @@ @include ikiwiki-plugin-color; // shell +// suppressed parts +%avoid { + display: none; + visibility: hidden; +} + // Content // // Light grey underlay @@ -43,11 +49,7 @@ @extend %anycontent; } .pageheader .header { - @extend %anycontent; - & span { - font-size: xx-large; - font-weight: bold; - } + @extend %avoid; } @include ikiwiki-plugin-search; @include ikiwiki-actions; @@ -55,6 +57,9 @@ // layout - footer #footer { @extend %anycontent; + .tags { + @extend %avoid; + } } @include ikiwiki-footer; @include ikiwiki-pageinfo; |