Add .mtk1 color

Default color is `#000`. This hard overrides it to a font color more visible in dark and light background.
This commit is contained in:
iamdoubz
2022-01-31 11:10:57 -06:00
parent df199097c8
commit cbf41d0a81

View File

@@ -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;
}