From fdb711151a658f84219ff89761998c9f7a698b6f Mon Sep 17 00:00:00 2001 From: iamdoubz Date: Wed, 18 Jan 2023 15:00:19 -0600 Subject: [PATCH] fruworg fix for github issue #7 --- theme-pitchblack.css | 4 ++-- theme-pitchblack.less | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 +}