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:
@@ -846,3 +846,7 @@ img[src$="/img/matrix.svg"] {
|
||||
background: var(--color-primary)!important;
|
||||
color: var(--color-secondary)!important;
|
||||
}
|
||||
|
||||
.mtk1 {
|
||||
color: #6D7178!important;
|
||||
}
|
||||
Reference in New Issue
Block a user