more minor css tweaks

This commit is contained in:
Geoff Doty 2018-05-03 00:36:57 -04:00
parent bb436b5392
commit 5e827355ad
1 changed files with 9 additions and 4 deletions

View File

@ -49,13 +49,13 @@ h1 {
h2 {
font-style: italic;
font-weight: bold;
font-size: 1.4em;
margin-top: 1.8em;
font-size: 1.3em;
margin-top: 1.4em;
margin-bottom: 0.8em;
}
h3 {
font-size: 1.2em;
font-size: 1.1em;
font-weight: bold;
line-height: 1.43;
margin-bottom: 1.35em;
@ -104,11 +104,16 @@ hr {
text-align: center;
}
.header a, .header a:hover {
.header a {
text-decoration: none;
color: #444;
}
.header a:hover {
color: steelblue;
text-decoration: underline;
}
.header .author {
font-family: 'Merriweather', serif;
font-variant: small-caps;