mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
white -> #fff
This commit is contained in:
parent
de0fd588b6
commit
18a6ee5a52
@ -3,7 +3,7 @@
|
||||
// --Matthew
|
||||
|
||||
.mx_UserPill {
|
||||
color: white;
|
||||
color: #fff;
|
||||
background-color: $accent-color;
|
||||
padding: 1px 5px 0px 2px;
|
||||
border-radius: 16px;
|
||||
@ -16,7 +16,7 @@
|
||||
|
||||
.mx_RoomPill {
|
||||
background-color: $rte-room-pill-color;
|
||||
color: white;
|
||||
color: #fff;
|
||||
padding: 1px 5px 0px 2px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user