David Prince
fix: add all missing local module stubs (remote_mcp_registry, mcp_auth, mcp_transport, etc)
cce8120
Raw
History Blame Contribute Delete
476 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
html, body, #root {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
background-color: #020617;
overflow: hidden;
}
/* Custom scrollbars for dark IDE theme */
::-webkit-scrollbar {
width: 6px;
height: 6px;
}
::-webkit-scrollbar-track {
background: #0f172a;
}
::-webkit-scrollbar-thumb {
background: #334155;
border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
background: #475569;
}