From 7befb8e65736f5fa8cd241933224e1998c8a4baa Mon Sep 17 00:00:00 2001 From: Vrifox Date: Sun, 21 Feb 2021 13:06:02 +0100 Subject: [PATCH] fixed navigation tree on small screens --- scss/import/wiki.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/scss/import/wiki.scss b/scss/import/wiki.scss index e0a7bf9..e10de95 100644 --- a/scss/import/wiki.scss +++ b/scss/import/wiki.scss @@ -1,10 +1,9 @@ // is located in dokuwiki/conf/userall.css @media screen { - body { + html, body { background: var(--background); color: var(--text); - text-decoration-thickness: 1px !important; #dokuwiki__site { .site { .topbar { // _old_ topbar (pre ~2015; plugin) @@ -49,6 +48,9 @@ } } .group { + .headings h1 a { + text-decoration-thickness: 1px !important; + } .tools { #dokuwiki__usertools { top: 2em; @@ -70,6 +72,8 @@ } #dokuwiki__aside { .aside { + background: var(--background); + box-shadow: none; .content { .group { .dtree {