From cbf41d0a815b9d897558c0d572bf53098ba399bf Mon Sep 17 00:00:00 2001 From: iamdoubz Date: Mon, 31 Jan 2022 11:10:57 -0600 Subject: [PATCH] Add .mtk1 color Default color is `#000`. This hard overrides it to a font color more visible in dark and light background. --- theme-pitchblack.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme-pitchblack.less b/theme-pitchblack.less index 367d492..0184af9 100644 --- a/theme-pitchblack.less +++ b/theme-pitchblack.less @@ -845,4 +845,8 @@ img[src$="/img/matrix.svg"] { .CodeMirror, .CodeMirror-selected, ::selection { background: var(--color-primary)!important; color: var(--color-secondary)!important; +} + +.mtk1 { + color: #6D7178!important; } \ No newline at end of file