theme tweaks

This commit is contained in:
Geoff Doty 2018-05-03 00:02:40 -04:00
parent 435d0850a9
commit 99a3545034
2 changed files with 14 additions and 10 deletions

View File

@ -47,20 +47,21 @@ h1 {
}
h2 {
font-size: 1.2em;
font-weight: 400;
line-height: 1.43;
margin-bottom: 1.35em;
}
h3 {
font-style: italic;
font-weight: 400;
font-weight: bold;
font-size: 1.4em;
margin-top: 1.8em;
margin-bottom: 0.8em;
}
h3 {
font-size: 1.2em;
font-weight: bold;
line-height: 1.43;
margin-bottom: 1.35em;
}
ol, ul {
margin: 0 1.4em 1.4em 1.4em;
}
@ -70,8 +71,11 @@ li {
}
blockquote {
margin: 1.2em 3em;
padding-left: 1em;
margin: 1.2em .5em;
font-size: .8em;
color: #AAA;
border-left: 8px solid #AAA;
padding-left: .5em;
font-style: italic;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB