list and blockquote styles

This commit is contained in:
Heydon Pickering 2017-08-29 12:59:43 +01:00
parent a8909fe90a
commit 18f21715c0
3 changed files with 17 additions and 5 deletions

View File

@ -96,6 +96,7 @@ div:not([tabindex]):focus {
outline: none;
}
/* text styles */
h1,
h2,
h3,
@ -162,8 +163,13 @@ main ol {
main li + li {
margin-top: 0.5rem;
}
main ul ul {
margin-top: 0;
main ul ul, main ol ol {
margin-top: 0.5rem;
}
/* Blockquotes */
blockquote {
font-size: 0.75rem;
font-style: italic;
}
/* Buttons */

File diff suppressed because one or more lines are too long

View File

@ -96,6 +96,7 @@ div:not([tabindex]):focus {
outline: none;
}
/* text styles */
h1,
h2,
h3,
@ -162,8 +163,13 @@ main ol {
main li + li {
margin-top: 0.5rem;
}
main ul ul {
margin-top: 0;
main ul ul, main ol ol {
margin-top: 0.5rem;
}
/* Blockquotes */
blockquote {
font-size: 0.75rem;
font-style: italic;
}
/* Buttons */