Files
canvasManagement/src/components/editor/MonacoEditor.css
2025-12-22 11:02:24 -07:00

21 lines
393 B
CSS

@import "tailwindcss";
/* monaco editor */
.monaco-editor-background,
.monaco-editor .margin {
/* background-color: #020617 !important; */
background-color: #030712 !important;
/* background-color: #101828 !important; */
}
.sticky-widget {
background-color: #0C0F17 !important;
}
.monaco-editor {
position: absolute !important;
}
.monaco-editor .mtk1 {
@apply text-slate-300;
}