removed underline from title links

This commit is contained in:
Geoff Doty 2018-11-02 17:26:04 -04:00
parent fe3713ac6c
commit 5ca4cc9db5
3 changed files with 6 additions and 3 deletions

View File

@ -114,6 +114,10 @@ hr {
text-decoration: underline;
}
.header a.title:hover {
text-decoration: none;
}
.header .author {
font-family: 'Merriweather', serif;
font-variant: small-caps;

View File

@ -11,7 +11,7 @@ block header
include author
a(href=locals.url)
img(src="/img/logo.png", alt="", srcset="" height="64")
a(href=locals.home)
a(href=locals.home, class="title")
h1= page.title
p.author
| #{ 'Written by ' }

View File

@ -20,9 +20,8 @@ html(lang='en')
div.logo
a(href=locals.url)
img(src="img/logo.png", alt="", srcset="" height="64" style="margin-right: 16px;")
Home
h1.h1
a(href=locals.url)= locals.name
a(href=locals.url, class="title")= locals.name
p.description= locals.description
p.blerb= locals.blerb
div#content