mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-28 12:49:03 +00:00
feat: Initialize global CSS with Tailwind directives, theme variables for light/dark mode, and base styling.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user