diff --git a/theme-pitchblack.css b/theme-pitchblack.css index 886f49c..86f48b0 100644 --- a/theme-pitchblack.css +++ b/theme-pitchblack.css @@ -962,4 +962,8 @@ img[src$="/img/matrix.svg"] { border-bottom: none; background: var(--color-body); background-color: var(--color-body) +} + +.mtk1 { + color: #6D7178!important } \ No newline at end of file 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