mirror of
https://git.acl.cool/al/pages.git
synced 2025-12-15 20:11:17 -05:00
added suaqsuese; need to fix block quotes not surrounded by <p> and noto sans blockquote (and <p>) line spacing.
This commit is contained in:
parent
fc7213d12f
commit
3459ff6652
8 changed files with 75 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ h5+*,
|
|||
h6+* {
|
||||
margin-top: 0;
|
||||
padding-top: calc(var(--base-font-size) * (2/3));
|
||||
padding-bottom: 0.05px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
|
|
@ -92,6 +93,8 @@ blockquote {
|
|||
border-left: 4px solid var(--darkest-color);
|
||||
padding-left: 0.45em;
|
||||
margin: 0;
|
||||
/* padding-top: 0.05px; */
|
||||
/* padding-bottom: 0.05px; */
|
||||
}
|
||||
|
||||
blockquote:has(p + p) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue