Increase bold weight for unread rooms
For https://github.com/vector-im/riot-web/issues/14084
This commit is contained in:
parent
07d24c2b23
commit
30d8dc06fc
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile2_name.mx_RoomTile2_nameHasUnreadEvents {
|
.mx_RoomTile2_name.mx_RoomTile2_nameHasUnreadEvents {
|
||||||
font-weight: 600;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile2_messagePreview {
|
.mx_RoomTile2_messagePreview {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue