Experiment with going back to Forma DJR

This commit is contained in:
2026-09-21 23:15:08 -04:00
parent 26a5b4e807
commit 31fc89726d
4 changed files with 53 additions and 2001 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -8,7 +8,6 @@ html {
} }
body { body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Ubuntu, sans-serif;
color: var(--color-primary-1); color: var(--color-primary-1);
display: flex; display: flex;
@@ -35,6 +34,7 @@ footer {
width: 100%; width: 100%;
padding-bottom: 32px; padding-bottom: 32px;
padding-top: 96px;
opacity: 80%; opacity: 80%;
} }
@@ -55,8 +55,8 @@ p,
a, a,
ul, ul,
ol { ol {
line-height: 1.6em; line-height: var(--line-height-base);
font-size: 18px; font-size: var(--font-size-base);
} }
h1, h1,
@@ -67,19 +67,6 @@ h5,
h6 { h6 {
margin-top: 1em; margin-top: 1em;
margin-bottom: 0.5em; margin-bottom: 0.5em;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Ubuntu, sans-serif;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.2em;
} }
img { img {