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

View File

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