mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
fix monaco editor background
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user