Compare commits
No commits in common. "e77ea7e20eff0a6c33af1d283dc7544fcd6b2c77" and "8668690d110afa80953c5f7d61208d2196ac57fd" have entirely different histories.
e77ea7e20e
...
8668690d11
2 changed files with 3 additions and 28 deletions
|
|
@ -1 +1 @@
|
||||||
1.0.3 (e79ffee)
|
1.0.2 (b3f201d)
|
||||||
|
|
@ -466,11 +466,6 @@ body {
|
||||||
border-radius: var(--r-2);
|
border-radius: var(--r-2);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hide burger on large screens explicitly */
|
|
||||||
@media (min-width: 1025px) {
|
|
||||||
.nav-toggle { display: none !important; }
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
.site-nav {
|
.site-nav {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
|
|
@ -715,37 +710,17 @@ section {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --- Headings system (H1–H6) --- */
|
|
||||||
/* Base: consistent rhythm, weight, and accessibility across themes */
|
|
||||||
:where(h1,h2,h3,h4,h5,h6) {
|
|
||||||
font-family: var(--font-sans);
|
|
||||||
font-weight: 700;
|
|
||||||
line-height: 1.2;
|
|
||||||
margin: 0 0 var(--space-4);
|
|
||||||
color: var(--fg);
|
|
||||||
letter-spacing: -0.01em;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: clamp(2rem, 4.5vw, 2.75rem);
|
|
||||||
color: var(--primary);
|
color: var(--primary);
|
||||||
border-left: 4px solid var(--accent);
|
font-size: clamp(1.8rem, 4vw, 2.5rem);
|
||||||
padding-left: var(--space-3);
|
padding-left: var(--space-3);
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: clamp(1.5rem, 3.5vw, 2rem);
|
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
border-bottom: 1px solid var(--border);
|
font-size: clamp(1.3rem, 3vw, 1.8rem);
|
||||||
padding-bottom: 6px;
|
|
||||||
margin-top: var(--space-6);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 { font-size: clamp(1.25rem, 3vw, 1.5rem); color: var(--fg); }
|
|
||||||
h4 { font-size: clamp(1.1rem, 2.2vw, 1.25rem); color: var(--fg); }
|
|
||||||
h5 { font-size: clamp(1rem, 2vw, 1.1rem); color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }
|
|
||||||
h6 { font-size: 0.95rem; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue