diff --git a/theme-earl-grey.css b/theme-earl-grey.css index 0a98601..320f6df 100644 --- a/theme-earl-grey.css +++ b/theme-earl-grey.css @@ -827,6 +827,9 @@ img[src$="/img/matrix.svg"] { border: 1px solid rgba(121, 71, 66, 0.5) !important; border-bottom: none !important; } +.monaco-editor .view-lines { + filter: invert(1) !important; +} #navbar .item:hover:not(div) { background-color: var(--color-hover); -} \ No newline at end of file +}