mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-04-29 03:00:45 -04:00
* delete useless assets and css class. * add waiting for page loaded (networkidle with 3s timeout)
28 lines
716 B
CSS
28 lines
716 B
CSS
:root {
|
|
--bg-dark: #0c0e10;
|
|
--bg-light: #292929;
|
|
--bg-input: #393939;
|
|
--bg-workspace: #1f2228;
|
|
--border: #3c3c4a;
|
|
--text-editor-base: #9099AC;
|
|
--text-editor-active:#C4CBDA;
|
|
--bg-editor-sidebar: #24272E;
|
|
--bg-editor-active: #31343D;
|
|
--border-editor-sidebar: #3C3C4A;
|
|
background-color: var(--neutral-900) !important;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
font-family: -apple-system, "SF Pro", BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
|
|
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
|
|
sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
code {
|
|
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
|
|
monospace;
|
|
}
|