reduce indent for lists, make block quotes align text with paragraphs

This commit is contained in:
りき萌 2025-09-15 23:22:06 +02:00
parent 4a35ce4395
commit 72bddf3c9f
2 changed files with 5 additions and 3 deletions

View file

@ -58,7 +58,8 @@ main.doc {
& hr,
& pre,
& th-literate-program {
& th-literate-program,
& blockquote {
grid-column: left-code / right-wide;
}
@ -86,7 +87,7 @@ main.doc {
margin-bottom: 0;
padding-top: 0.5lh;
padding-bottom: 0.5lh;
padding-left: 3.2em;
padding-left: 3ch;
}
& ul {
@ -116,7 +117,8 @@ main.doc {
& blockquote {
margin: 0;
padding: var(--code-block-h-padding);
padding: 0.5lh var(--code-block-h-padding);
margin-left: -0.4rem;
& :first-child {
padding-top: 0;

BIN
static/sticker/vodkacat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB