Merge pull request #5 from iamdoubz/iamdoubz-code-edit-patch

Fixes #4 - Add .mtk1
This commit is contained in:
iamdoubz 2022-01-31 11:40:25 -06:00 committed by GitHub
commit 66d7c71dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}