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