diff --git a/theme-pitchblack.css b/theme-pitchblack.css index ada8fed..78cf3c1 100644 --- a/theme-pitchblack.css +++ b/theme-pitchblack.css @@ -963,3 +963,7 @@ img[src$="/img/matrix.svg"] { background: var(--color-body); background-color: var(--color-body) } + +.mtk1 { + color: #6D7178!important +} diff --git a/theme-pitchblack.less b/theme-pitchblack.less index c32fdb0..09536fe 100644 --- a/theme-pitchblack.less +++ b/theme-pitchblack.less @@ -873,3 +873,7 @@ img[src$="/img/matrix.svg"] { background: var(--color-body); background-color: var(--color-body); } + +.mtk1 { + color: #6D7178!important; +}