Make code editing window lighter

This commit is contained in:
iamdoubz 2021-05-06 15:54:06 -05:00
parent f76ca92878
commit 1c858d155c

View File

@ -897,3 +897,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;
}