Merge pull request #8 from fruworg/patch-1

code editor theme fix
This commit is contained in:
iamdoubz 2023-01-18 14:52:06 -06:00 committed by GitHub
commit d49fdfbd11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -964,6 +964,6 @@ img[src$="/img/matrix.svg"] {
background-color: var(--color-body) background-color: var(--color-body)
} }
.mtk1 { .mtk1, .mtk10 {
color: #6D7178!important color: #6D7178!important
} }

View File

@ -874,6 +874,6 @@ img[src$="/img/matrix.svg"] {
background-color: var(--color-body); background-color: var(--color-body);
} }
.mtk1 { .mtk1, .mtk10 {
color: #6D7178!important; color: #6D7178!important;
} }