fruworg fix for github issue #7

This commit is contained in:
iamdoubz
2023-01-18 15:00:19 -06:00
parent 0223664292
commit fdb711151a
2 changed files with 4 additions and 4 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

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