From f8acc923560a4b3fde660256ae7b7a6f9688b306 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 21 Jun 2023 13:14:05 +0200 Subject: Move header link inside heading --- themes/bear/templates/header.html | 8 +++++--- themes/bear/templates/style.html | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'themes/bear') diff --git a/themes/bear/templates/header.html b/themes/bear/templates/header.html index c1d3c3e..90d5a7e 100644 --- a/themes/bear/templates/header.html +++ b/themes/bear/templates/header.html @@ -1,7 +1,9 @@
- -

{{ config.title }}

-
+

+ + {{ config.title }} + +

diff --git a/themes/bear/templates/style.html b/themes/bear/templates/style.html index 4744695..b242914 100644 --- a/themes/bear/templates/style.html +++ b/themes/bear/templates/style.html @@ -28,6 +28,7 @@ } .title { + color: #222; text-decoration: none; border: 0; } -- cgit 1.4.1