theme tweaks
This commit is contained in:
parent
435d0850a9
commit
99a3545034
|
@ -47,20 +47,21 @@ h1 {
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 1.2em;
|
|
||||||
font-weight: 400;
|
|
||||||
line-height: 1.43;
|
|
||||||
margin-bottom: 1.35em;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3 {
|
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: 400;
|
font-weight: bold;
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
margin-top: 1.8em;
|
margin-top: 1.8em;
|
||||||
margin-bottom: 0.8em;
|
margin-bottom: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-size: 1.2em;
|
||||||
|
font-weight: bold;
|
||||||
|
line-height: 1.43;
|
||||||
|
margin-bottom: 1.35em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
ol, ul {
|
ol, ul {
|
||||||
margin: 0 1.4em 1.4em 1.4em;
|
margin: 0 1.4em 1.4em 1.4em;
|
||||||
}
|
}
|
||||||
|
@ -70,8 +71,11 @@ li {
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
margin: 1.2em 3em;
|
margin: 1.2em .5em;
|
||||||
padding-left: 1em;
|
font-size: .8em;
|
||||||
|
color: #AAA;
|
||||||
|
border-left: 8px solid #AAA;
|
||||||
|
padding-left: .5em;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 4.7 KiB |
Loading…
Reference in New Issue