aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/index.css')
-rw-r--r--frontend/src/index.css14
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 {