Make code editing window lighter

This commit is contained in:
iamdoubz 2021-05-06 15:53:13 -05:00
parent cc94eeec1b
commit f76ca92878

View File

@ -807,3 +807,7 @@ img[src$="/img/matrix.svg"] {
.repository .header-wrapper {
background-color: var(--color-box-body);
}
.monaco-editor, .monaco-editor-background, .monaco-editor .inputarea.ime-input {
background-color: #595959;
}