Skip to content

Commit 6b93259

Browse files
committed
style: VGA8 for cmds, VGA9 elsewhere, separate font stacks
1 parent 7dae9ab commit 6b93259

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

makeitwork.cloud/index.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
}
8181

8282
body {
83-
font-family: "IBM VGA 9x16", "IBM VGA 8x16", monospace;
83+
font-family: "IBM VGA 9x16", monospace;
8484
background-color: var(--bg-dark);
8585
color: var(--text-light);
8686
min-height: 100vh;
@@ -110,8 +110,8 @@
110110

111111
.subheader {
112112
margin-top: 1.5rem;
113-
font-size: 1rem;
114-
font-family: "IBM VGA 9x16", "IBM VGA 8x16", monospace;
113+
font-size: 16px;
114+
font-family: "IBM VGA 9x16", monospace;
115115
font-weight: 400;
116116
color: var(--text-muted);
117117
letter-spacing: 0.05em;
@@ -295,7 +295,7 @@
295295
}
296296

297297
.resource-name {
298-
font-size: 0.95rem;
298+
font-size: 16px;
299299
font-weight: 500;
300300
color: var(--text-light);
301301
margin-bottom: 0.15rem;
@@ -307,15 +307,14 @@
307307
}
308308

309309
.resource-cmd {
310-
font-size: 0.8rem;
310+
font-family: "IBM VGA 8x16", monospace;
311+
font-size: 16px;
311312
color: var(--text-dim);
312-
font-weight: 600;
313313
}
314314

315315
.resource-cmd::before {
316316
content: "$ ";
317317
color: var(--gold-dim);
318-
font-weight: 600;
319318
}
320319

321320
/* WARP Note */

0 commit comments

Comments
 (0)