mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-10 07:22:41 +00:00
Compare commits
No commits in common. "75cb1d095e71526412abae38b16d2945643cef9d" and "a80ac1136d7a9d5df930810f4e32101b698fc9b8" have entirely different histories.
75cb1d095e
...
a80ac1136d
@ -1,10 +1,10 @@
|
||||
{% set cssFiles = [
|
||||
"global",
|
||||
"a11y-syntax-highlighting-dark",
|
||||
"general",
|
||||
"content",
|
||||
"plugins",
|
||||
"components",
|
||||
"a11y-syntax-highlighting-dark",
|
||||
"pridesymbols",
|
||||
"utility"
|
||||
] %}
|
||||
|
@ -109,6 +109,8 @@ a.link-btn[href^="http"]:not([href*="leilukin.com"]) { padding-right: calc(var(-
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.2em;
|
||||
margin-left: auto;
|
||||
margin-right: 0;
|
||||
border: 0.15em solid var(--clr-code-border);
|
||||
border-radius: 0.2em;
|
||||
background: var(--clr-link-btn-bg);
|
||||
|
@ -26,10 +26,8 @@ content-wrapper,
|
||||
.content > * + .h2,
|
||||
.content__section > * + .h2 { margin-block-start: 2em; }
|
||||
|
||||
.content > * + :not([class]:not([class*="language-"])),
|
||||
.content__section > * + :not([class]:not([class*="language-"])) {
|
||||
margin-block-start: var(--sz-paragraph-margin);
|
||||
}
|
||||
.content > * + :not([class]),
|
||||
.content__section > * + :not([class]) { margin-block-start: var(--sz-paragraph-margin); }
|
||||
|
||||
.content ul:not([class]), .content ol:not([class]) {
|
||||
display: grid;
|
||||
|
Loading…
x
Reference in New Issue
Block a user