Fixes #4 - Add .mtk1

This commit is contained in:
Daniel Doubet 2022-01-31 11:38:34 -06:00
parent d066299a83
commit 3832330a43
2 changed files with 8 additions and 0 deletions

View File

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

View File

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