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