feat: Initialize global CSS with Tailwind directives, theme variables for light/dark mode, and base styling.

This commit is contained in:
SaelixCode
2026-02-25 10:47:27 -05:00
parent ac6b8e2849
commit 431f29c490
+4 -2
View File
@@ -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;
}
}