mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-30 03:59:41 +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;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body, #root {
|
html,
|
||||||
|
body,
|
||||||
|
#root {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@@ -84,4 +86,4 @@ body {
|
|||||||
/* xterm.js styles */
|
/* xterm.js styles */
|
||||||
.xterm {
|
.xterm {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user