diff --git a/css/HtmlFormat.css b/css/HtmlFormat.css index 2b8ddd5f..cee20207 100644 --- a/css/HtmlFormat.css +++ b/css/HtmlFormat.css @@ -53,6 +53,11 @@ h1.pagetitle { color: #2196F3; } + +h1.pagetitle > a { + color: #2196F3; +} + a.backlink, a.backlink:link, a.backlink:visited, a.itemtitle, a.itemtitle:link, a.itemtitle:visited { color: #2196F3; diff --git a/formats/HtmlFormat.php b/formats/HtmlFormat.php index e676df45..20d49014 100644 --- a/formats/HtmlFormat.php +++ b/formats/HtmlFormat.php @@ -45,7 +45,7 @@ EOD; -

{$title}

+

{$title}

{$entries}