Restore original documentation text and styling
Reverts the documentation page title, headings, and descriptive text to their original content while retaining the updated terminal-inspired visual styling, animations, and interactive elements. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 6def8112-39d2-4641-b93b-f39108179f33 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 6d69fc29-636f-4e74-b7ec-1c1c3972bb85 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/42ae33dd-8759-4196-85a5-434465c72ece/6def8112-39d2-4641-b93b-f39108179f33/OQEOUI5 Replit-Helium-Checkpoint-Created: true
This commit is contained in:
48
src/docs.css
48
src/docs.css
@@ -73,24 +73,17 @@ body.docs {
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.65rem;
|
||||
font-weight: 500;
|
||||
letter-spacing: 0.01em;
|
||||
font-size: 2.2rem;
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.005em;
|
||||
color: var(--fg);
|
||||
}
|
||||
|
||||
h1 .accent { color: var(--accent); }
|
||||
|
||||
.sub {
|
||||
margin-top: 0.45rem;
|
||||
margin-top: 0.5rem;
|
||||
color: var(--dim);
|
||||
font-size: 0.78rem;
|
||||
letter-spacing: 0.04em;
|
||||
}
|
||||
|
||||
.sub .dot {
|
||||
margin: 0 0.55rem;
|
||||
color: var(--dimmer);
|
||||
font-size: 0.95rem;
|
||||
letter-spacing: 0.01em;
|
||||
}
|
||||
|
||||
.rule {
|
||||
@@ -166,12 +159,11 @@ h1 .accent { color: var(--accent); }
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 0.85rem;
|
||||
font-size: 1.05rem;
|
||||
font-weight: 500;
|
||||
color: var(--fg);
|
||||
letter-spacing: 0.04em;
|
||||
text-transform: lowercase;
|
||||
margin-bottom: 0.85rem;
|
||||
letter-spacing: 0.005em;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
h2 .hash {
|
||||
@@ -225,14 +217,19 @@ h2 .hash {
|
||||
}
|
||||
.def:last-child { border-bottom: none; }
|
||||
.def dt {
|
||||
font-size: 0.85rem;
|
||||
font-size: 0.92rem;
|
||||
font-weight: 500;
|
||||
display: inline-flex;
|
||||
align-items: baseline;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
.def dt .arrow { color: var(--dim); }
|
||||
.def dd {
|
||||
color: var(--dim);
|
||||
font-size: 0.85rem;
|
||||
font-size: 0.9rem;
|
||||
line-height: 1.7;
|
||||
}
|
||||
.def dd .fg { color: var(--fg); font-weight: 500; }
|
||||
|
||||
/* steps — numbered, monospace numerals */
|
||||
.steps {
|
||||
@@ -287,19 +284,6 @@ kbd {
|
||||
}
|
||||
.links .arrow { color: var(--accent); }
|
||||
|
||||
/* footer — quiet, like a man-page footer */
|
||||
.foot {
|
||||
margin-top: 4rem;
|
||||
padding-top: 1.2rem;
|
||||
border-top: 1px solid var(--line);
|
||||
color: var(--dimmer);
|
||||
font-size: 0.7rem;
|
||||
letter-spacing: 0.04em;
|
||||
}
|
||||
.foot .dot {
|
||||
margin: 0 0.5rem;
|
||||
}
|
||||
|
||||
/* whisper-quiet byline, identical to home */
|
||||
.byline {
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user