added project pages, updated page for FAM.

This commit is contained in:
Hunter W.
2026-06-08 22:25:39 -04:00
parent 0b161f3e2d
commit 89e5c2364c
27 changed files with 1860 additions and 55 deletions

View File

@@ -0,0 +1,70 @@
.markdown-container{
p {
margin-bottom: 0.5em;
font-family: var(--sans);
font-size: 16;
line-height: 1.7;
color: var(--fg-secondary);
margin: 0 0 40px 0;
max-width: 560;
}
h1, h2, h3 {
font-family: var(--mono);
font-weight: 700;
color: var(--fg);
letter-spacing: -0.02em;
}
h1 {
margin-bottom: 1em;
margin-top: 0.5em;
}
h2 {
margin-bottom: 0.5em;
margin-top: 0.5em;
}
img {
margin: 0 0 40px 0;
}
blockquote {
width: 100%;
text-align: center;
font-family: var(--sans);
font-size: 12;
color: var(--muted);
}
ul {
font-family: var(--sans);
list-style: inside;
margin: 0 0 40px 0;
}
ul ul {
padding-left: 1em;
margin-bottom: 0;
color: var(--muted);
}
ul > li {
font-size: 14;
margin: 0 5px 5px 0;
}
ul ul > li {
font-size: 12;
margin: 0 5px 5px 0;
}
pre {
font-family: var(--mono);
margin-bottom: 0.1em;
}
}