From fc2bc854f4e3bae3503d5000f1fbc414bfa7e0cc Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 13 Feb 2026 11:23:32 -0800 Subject: UI Refinements: remove redundant header and fix global monospace font stack --- frontend/src/index.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'frontend/src/index.css') diff --git a/frontend/src/index.css b/frontend/src/index.css index 3d51caf..fcfde1b 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -1,6 +1,11 @@ +:root, +body, +* { + font-family: 'Courier New', Courier, monospace !important; + /* Strongly force fixed width as requested */ +} + :root { - font-family: 'Courier New', Courier, monospace; - /* Fixed width as requested */ line-height: 1.5; font-weight: 400; @@ -11,10 +16,6 @@ --link-color: #0000EE; /* Standard blue link */ - font-family: 'Courier New', Courier, monospace; - line-height: 1.5; - font-weight: 400; - color-scheme: light dark; color: var(--text-color); background-color: var(--bg-color); @@ -41,7 +42,6 @@ body { margin: 0; min-width: 320px; min-height: 100vh; - /* Removed flex centering to allow natural flow */ } h1 { -- cgit v1.2.3