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:08:02 -06:00
parent 753059dfa0
commit df199097c8

View File

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