Replace margin-top in blockquote paragraphs with margin-block-start

This commit is contained in:
Helen Chong 2024-10-28 18:24:52 +08:00
parent 1a1a13db24
commit b08328261c
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ a[href^="http"]:not([href*="leilukin.com"]):not(:has(img, svg, picture))::after,
blockquote > * + :not([class]),
* + blockquote,
* + .c-blockquote,
.c-blockquote__attribution { margin-top: var(--sz-paragraph-margin); }
.c-blockquote__attribution { margin-block-start: var(--sz-paragraph-margin); }
button:hover { cursor: pointer; }
details:focus { outline-offset: 0.2em; }