fix monaco editor background

This commit is contained in:
2023-11-11 15:04:57 -07:00
parent e4cae72856
commit a0931f5003
4 changed files with 11 additions and 6 deletions

View File

@@ -82,4 +82,12 @@ body {
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: rgb(31, 31, 31);
}
/* monaco editor */
.monaco-editor-background, .monaco-editor .margin {
background-color: var(--bs-dark-bg-subtle) !important;
}