Update to latest version

This commit is contained in:
Troplo 2023-08-05 18:24:28 +10:00
parent c4ee214077
commit fba546ec7c
1 changed files with 4 additions and 1 deletions

View File

@ -827,6 +827,9 @@ img[src$="/img/matrix.svg"] {
border: 1px solid rgba(121, 71, 66, 0.5) !important; border: 1px solid rgba(121, 71, 66, 0.5) !important;
border-bottom: none !important; border-bottom: none !important;
} }
.monaco-editor .view-lines {
filter: invert(1) !important;
}
#navbar .item:hover:not(div) { #navbar .item:hover:not(div) {
background-color: var(--color-hover); background-color: var(--color-hover);
} }