From 431f29c49072f2b0ef8243cfe56feb398c359045 Mon Sep 17 00:00:00 2001 From: SaelixCode Date: Wed, 25 Feb 2026 10:47:27 -0500 Subject: [PATCH] feat: Initialize global CSS with Tailwind directives, theme variables for light/dark mode, and base styling. --- frontend/src/index.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index a16e3583..3c084af0 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -65,7 +65,9 @@ box-sizing: border-box; } -html, body, #root { +html, +body, +#root { height: 100%; width: 100%; overflow: hidden; @@ -84,4 +86,4 @@ body { /* xterm.js styles */ .xterm { padding: 0; -} +} \ No newline at end of file