list and blockquote styles
This commit is contained in:
parent
a8909fe90a
commit
18f21715c0
|
@ -96,6 +96,7 @@ div:not([tabindex]):focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
/* text styles */
|
/* text styles */
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
h3,
|
h3,
|
||||||
|
@ -162,8 +163,13 @@ main ol {
|
||||||
main li + li {
|
main li + li {
|
||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
}
|
}
|
||||||
main ul ul {
|
main ul ul, main ol ol {
|
||||||
margin-top: 0;
|
margin-top: 0.5rem;
|
||||||
|
}
|
||||||
|
/* Blockquotes */
|
||||||
|
blockquote {
|
||||||
|
font-size: 0.75rem;
|
||||||
|
font-style: italic;
|
||||||
}
|
}
|
||||||
/* Buttons */
|
/* Buttons */
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -96,6 +96,7 @@ div:not([tabindex]):focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
/* text styles */
|
/* text styles */
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
h3,
|
h3,
|
||||||
|
@ -162,8 +163,13 @@ main ol {
|
||||||
main li + li {
|
main li + li {
|
||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
}
|
}
|
||||||
main ul ul {
|
main ul ul, main ol ol {
|
||||||
margin-top: 0;
|
margin-top: 0.5rem;
|
||||||
|
}
|
||||||
|
/* Blockquotes */
|
||||||
|
blockquote {
|
||||||
|
font-size: 0.75rem;
|
||||||
|
font-style: italic;
|
||||||
}
|
}
|
||||||
/* Buttons */
|
/* Buttons */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user