diff options
Diffstat (limited to 'themes/bear')
-rw-r--r-- | themes/bear/templates/header.html | 8 | ||||
-rw-r--r-- | themes/bear/templates/style.html | 1 |
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; } |