forked from matrix/element-web
add override for colour of room tile text within memberinfo (unreadable)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
50e35de609
commit
7d47aebfc5
|
@ -283,4 +283,8 @@ $progressbar-color: #000;
|
||||||
|
|
||||||
.mx_RoomSubList_chevron {
|
.mx_RoomSubList_chevron {
|
||||||
top: 8px ! important;
|
top: 8px ! important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_MemberInfo .mx_RoomTile_name {
|
||||||
|
color: $primary-fg-color ! important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue