removed underline from title links
This commit is contained in:
parent
fe3713ac6c
commit
5ca4cc9db5
|
@ -114,6 +114,10 @@ hr {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header a.title:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
.header .author {
|
.header .author {
|
||||||
font-family: 'Merriweather', serif;
|
font-family: 'Merriweather', serif;
|
||||||
font-variant: small-caps;
|
font-variant: small-caps;
|
||||||
|
|
|
@ -11,7 +11,7 @@ block header
|
||||||
include author
|
include author
|
||||||
a(href=locals.url)
|
a(href=locals.url)
|
||||||
img(src="/img/logo.png", alt="", srcset="" height="64")
|
img(src="/img/logo.png", alt="", srcset="" height="64")
|
||||||
a(href=locals.home)
|
a(href=locals.home, class="title")
|
||||||
h1= page.title
|
h1= page.title
|
||||||
p.author
|
p.author
|
||||||
| #{ 'Written by ' }
|
| #{ 'Written by ' }
|
||||||
|
|
|
@ -20,9 +20,8 @@ html(lang='en')
|
||||||
div.logo
|
div.logo
|
||||||
a(href=locals.url)
|
a(href=locals.url)
|
||||||
img(src="img/logo.png", alt="", srcset="" height="64" style="margin-right: 16px;")
|
img(src="img/logo.png", alt="", srcset="" height="64" style="margin-right: 16px;")
|
||||||
Home
|
|
||||||
h1.h1
|
h1.h1
|
||||||
a(href=locals.url)= locals.name
|
a(href=locals.url, class="title")= locals.name
|
||||||
p.description= locals.description
|
p.description= locals.description
|
||||||
p.blerb= locals.blerb
|
p.blerb= locals.blerb
|
||||||
div#content
|
div#content
|
||||||
|
|
Loading…
Reference in New Issue