Skip to content

Commit 4dd409b

Browse files
committed
style(install-banner): use monospace font and px sizing for buttons
Change install banner button typography to match site aesthetic: - Install/Dismiss buttons: 14px IBM VGA 9x16 monospace - Removes experimental pixel art wizard character Also fixes title/subtitle font sizes to match resource items
1 parent 8ffffa3 commit 4dd409b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

makeitwork.cloud/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -492,8 +492,8 @@
492492
color: var(--bg-dark);
493493
border: none;
494494
padding: 0.5rem 1rem;
495-
font-family: inherit;
496-
font-size: 0.9rem;
495+
font-family: "IBM VGA 9x16", monospace;
496+
font-size: 14px;
497497
font-weight: 600;
498498
cursor: pointer;
499499
transition: all 0.2s ease;
@@ -508,8 +508,8 @@
508508
color: var(--text-dim);
509509
border: 1px solid var(--border-dim);
510510
padding: 0.5rem 0.75rem;
511-
font-family: inherit;
512-
font-size: 0.9rem;
511+
font-family: "IBM VGA 9x16", monospace;
512+
font-size: 14px;
513513
cursor: pointer;
514514
transition: all 0.2s ease;
515515
}

0 commit comments

Comments
 (0)