Rename custom property for paragraph margin size
This commit is contained in:
parent
8dd83691d0
commit
2f7f6f25de
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
--ff-primary: 'Noto Sans';
|
--ff-primary: 'Noto Sans';
|
||||||
|
|
||||||
--ms-paragraph-margin: 1.15em;
|
--sz-paragraph-margin: 1.15em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------- */
|
/* ------------------- */
|
||||||
|
@ -199,7 +199,7 @@ blockquote {
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote > * + :not([class]) {
|
blockquote > * + :not([class]) {
|
||||||
margin-top: var(--ms-paragraph-margin);
|
margin-top: var(--sz-paragraph-margin);
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
|
@ -308,7 +308,7 @@ main {
|
||||||
.content > * + :not([class]),
|
.content > * + :not([class]),
|
||||||
.content__section > * + :not([class]),
|
.content__section > * + :not([class]),
|
||||||
.article > * + :not([class]) {
|
.article > * + :not([class]) {
|
||||||
margin-top: var(--ms-paragraph-margin);
|
margin-top: var(--sz-paragraph-margin);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar--sticky {
|
.sidebar--sticky {
|
||||||
|
@ -465,7 +465,7 @@ main {
|
||||||
|
|
||||||
/* Spoiler Accordion */
|
/* Spoiler Accordion */
|
||||||
* + .spoiler-accordion {
|
* + .spoiler-accordion {
|
||||||
margin-top: var(--ms-paragraph-margin);
|
margin-top: var(--sz-paragraph-margin);
|
||||||
}
|
}
|
||||||
|
|
||||||
.spoiler-accordion {
|
.spoiler-accordion {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<subtitle>Leilukin's personal website.</subtitle>
|
<subtitle>Leilukin's personal website.</subtitle>
|
||||||
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
|
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
|
||||||
<link href="https://leilukin.neocities.org"/>
|
<link href="https://leilukin.neocities.org"/>
|
||||||
<updated>2024-04-23T15:26:25Z</updated>
|
<updated>2024-04-23T16:02:34Z</updated>
|
||||||
<id>https://leilukin.neocities.org</id>
|
<id>https://leilukin.neocities.org</id>
|
||||||
<author>
|
<author>
|
||||||
<name>Leilukin</name>
|
<name>Leilukin</name>
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
--ff-primary: 'Noto Sans';
|
--ff-primary: 'Noto Sans';
|
||||||
|
|
||||||
--ms-paragraph-margin: 1.15em;
|
--sz-paragraph-margin: 1.15em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------- */
|
/* ------------------- */
|
||||||
|
@ -199,7 +199,7 @@ blockquote {
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote > * + :not([class]) {
|
blockquote > * + :not([class]) {
|
||||||
margin-top: var(--ms-paragraph-margin);
|
margin-top: var(--sz-paragraph-margin);
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
|
@ -308,7 +308,7 @@ main {
|
||||||
.content > * + :not([class]),
|
.content > * + :not([class]),
|
||||||
.content__section > * + :not([class]),
|
.content__section > * + :not([class]),
|
||||||
.article > * + :not([class]) {
|
.article > * + :not([class]) {
|
||||||
margin-top: var(--ms-paragraph-margin);
|
margin-top: var(--sz-paragraph-margin);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar--sticky {
|
.sidebar--sticky {
|
||||||
|
@ -465,7 +465,7 @@ main {
|
||||||
|
|
||||||
/* Spoiler Accordion */
|
/* Spoiler Accordion */
|
||||||
* + .spoiler-accordion {
|
* + .spoiler-accordion {
|
||||||
margin-top: var(--ms-paragraph-margin);
|
margin-top: var(--sz-paragraph-margin);
|
||||||
}
|
}
|
||||||
|
|
||||||
.spoiler-accordion {
|
.spoiler-accordion {
|
||||||
|
|
Loading…
Reference in New Issue