more minor css tweaks
This commit is contained in:
parent
bb436b5392
commit
5e827355ad
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue