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

@@ -963,3 +963,7 @@ img[src$="/img/matrix.svg"] {
background: var(--color-body);
background-color: var(--color-body)
}
.mtk1 {
color: #6D7178!important
}