From 1281fc15af4001d37ead36dbf38eedd2cc15b098 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 4 Oct 2020 20:05:29 +0200 Subject: [PATCH] Local modifications --- css/design.css | 4 +++- main.php | 9 --------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/css/design.css b/css/design.css index eae7b36..58d2666 100644 --- a/css/design.css +++ b/css/design.css @@ -22,8 +22,10 @@ font-size: 1.5em; } #dokuwiki__header h1 a { + font-family: Georgia, serif, sans-serif; + font-size: 2em; + color: #944; text-decoration: none; - color: #00c; background-color: inherit; } #dokuwiki__header p.claim { diff --git a/main.php b/main.php index ed63970..614904c 100644 --- a/main.php +++ b/main.php @@ -88,13 +88,6 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');

-
@@ -165,8 +158,6 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');