From 3832330a43236a95fbec0c2d6377fbb2d6002312 Mon Sep 17 00:00:00 2001 From: Daniel Doubet Date: Mon, 31 Jan 2022 11:38:34 -0600 Subject: [PATCH] Fixes #4 - Add .mtk1 --- theme-pitchblack.css | 4 ++++ theme-pitchblack.less | 4 ++++ 2 files changed, 8 insertions(+) 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; +}