Skip to content

Commit 7cca695

Browse files
committed
Quartz sync: May 19, 2025, 1:25 AM
1 parent c2a385d commit 7cca695

File tree

1 file changed

+11
-39
lines changed

1 file changed

+11
-39
lines changed

quartz/styles/custom.scss

Lines changed: 11 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ p {
1111
}
1212

1313
footer {
14-
margin-bottom: 2rem;
15-
margin-top: 2rem;
14+
margin-top: 10rem;
1615

1716
& p {
1817
font-size: small;
@@ -54,6 +53,14 @@ footer {
5453
}
5554
}
5655

56+
.center h1 {
57+
margin-top: 2.5em;
58+
}
59+
60+
.center h2 {
61+
margin-top: 1.7em;
62+
}
63+
5764
.page>#quartz-body>.sidebar.right>.toc {
5865
@media (min-width: 1400px) {
5966
li {
@@ -101,41 +108,6 @@ footer {
101108
}
102109
}
103110

104-
105-
// body {
106-
// --outline-guideline-width: var(--size-2-1);
107-
// --outline-guideline-color: var(--color-accent);
108-
// --outline-item-height: calc(var(--nav-item-size) * 1.8);
109-
// }
110-
111-
// li {
112-
// position: relative;
113-
// }
114-
115-
116-
// li:hover>ul>li:has(~li:hover)::before {
117-
// content: "";
118-
// width: var(--outline-guideline-width);
119-
// position: absolute;
120-
// background-color: var(--outline-guideline-color);
121-
// top: calc(var(--outline-item-height) / 2 * -1);
122-
// left: calc(-2px - 2em - var(--size-4-4));
123-
// height: calc(100% - var(--outline-item-height) + var(--size-4-8) + 2px);
124-
// }
125-
126-
127-
// li:hover>ul>li:hover::before {
128-
// content: "";
129-
// position: absolute;
130-
// top: calc(var(--outline-item-height) / 2 * -1);
131-
// left: calc(-2px - 2em - var(--size-4-4));
132-
// bottom: calc(100% - (var(--outline-item-height) + var(--size-4-2)) / 2 + 1px);
133-
// width: calc(1em + var(--size-4-4) - 2px);
134-
// border-bottom-left-radius: var(--radius-m);
135-
// border-bottom: var(--outline-guideline-width) solid var(--outline-guideline-color);
136-
// border-left: var(--outline-guideline-width) solid var(--outline-guideline-color);
137-
// }
138-
139-
ul li {
140-
// list-style-type: disc;
111+
.page-footer {
112+
padding: 10rem 0;
141113
}

0 commit comments

Comments
 (0)