diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-13 11:23:32 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-13 11:23:32 -0800 |
| commit | fc2bc854f4e3bae3503d5000f1fbc414bfa7e0cc (patch) | |
| tree | 3775145f31422a2b7d58e28bd960c9652bcf7aae /frontend/src/index.css | |
| parent | b97c7f685ed70d9add55301d1169478e52b57801 (diff) | |
| download | neko-fc2bc854f4e3bae3503d5000f1fbc414bfa7e0cc.tar.gz neko-fc2bc854f4e3bae3503d5000f1fbc414bfa7e0cc.tar.bz2 neko-fc2bc854f4e3bae3503d5000f1fbc414bfa7e0cc.zip | |
UI Refinements: remove redundant header and fix global monospace font stack
Diffstat (limited to 'frontend/src/index.css')
| -rw-r--r-- | frontend/src/index.css | 14 |
1 files changed, 7 insertions, 7 deletions
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 { |
