mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 15:18:32 -06:00
21 lines
393 B
CSS
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;
|
|
} |