From fba546ec7c0f2147eff15352a0e1363c1c48e726 Mon Sep 17 00:00:00 2001 From: Troplo Date: Sat, 5 Aug 2023 18:24:28 +1000 Subject: [PATCH] Update to latest version --- theme-earl-grey.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +}