Don't upper case lower headings.

This commit is contained in:
2026-08-27 16:14:04 +00:00
parent 3518ac9ac7
commit 60d5155fd2
2 changed files with 1 additions and 7 deletions
-1
View File
@@ -108,7 +108,6 @@ article h3 {
font-weight: 700;
font-size: 0.95rem;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--muted);
}
+1 -6
View File
@@ -138,14 +138,9 @@
/* Console-style headings: uppercase monospace. h1 in the page text color
with a hazard-stripe underline, h2 deep orange, h3 cyan. */
article h1,
article h2,
article h3 {
article h1 {
text-transform: uppercase;
letter-spacing: 0.02em;
}
article h1 {
color: var(--text);
font-weight: 700;
padding-bottom: 0.5rem;