more minor css tweaks
This commit is contained in:
parent
bb436b5392
commit
5e827355ad
|
@ -49,13 +49,13 @@ h1 {
|
||||||
h2 {
|
h2 {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.4em;
|
font-size: 1.3em;
|
||||||
margin-top: 1.8em;
|
margin-top: 1.4em;
|
||||||
margin-bottom: 0.8em;
|
margin-bottom: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 1.2em;
|
font-size: 1.1em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 1.43;
|
line-height: 1.43;
|
||||||
margin-bottom: 1.35em;
|
margin-bottom: 1.35em;
|
||||||
|
@ -104,11 +104,16 @@ hr {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header a, .header a:hover {
|
.header a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #444;
|
color: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header a:hover {
|
||||||
|
color: steelblue;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.header .author {
|
.header .author {
|
||||||
font-family: 'Merriweather', serif;
|
font-family: 'Merriweather', serif;
|
||||||
font-variant: small-caps;
|
font-variant: small-caps;
|
||||||
|
|
Loading…
Reference in New Issue