diff --git a/theme-pitchblack.css b/theme-pitchblack.css index 86f48b0..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 -} \ No newline at end of file +} diff --git a/theme-pitchblack.less b/theme-pitchblack.less index 0184af9..b81226b 100644 --- a/theme-pitchblack.less +++ b/theme-pitchblack.less @@ -847,6 +847,6 @@ img[src$="/img/matrix.svg"] { color: var(--color-secondary)!important; } -.mtk1 { +.mtk1, .mtk10 { color: #6D7178!important; -} \ No newline at end of file +}