about summary refs log tree commit diff stats
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/bear/templates/header.html8
-rw-r--r--themes/bear/templates/style.html1
2 files changed, 6 insertions, 3 deletions
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 @@
 <header>
-  <a href="{{ config.base_url }}" class="title">
-    <h2>{{ config.title }}</h2>
-  </a>
+  <h2>
+    <a href="{{ config.base_url }}" class="title">
+      {{ config.title }}
+    </a>
+  </h2>
   <nav>
     {% include "nav.html" %}
   </nav>
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;
   }