mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Add $rte-room-pill-color: #aaa
This commit is contained in:
parent
38899c6011
commit
de0fd588b6
@ -15,7 +15,7 @@
|
||||
}
|
||||
|
||||
.mx_RoomPill {
|
||||
background-color: #aaa;
|
||||
background-color: $rte-room-pill-color;
|
||||
color: white;
|
||||
padding: 1px 5px 0px 2px;
|
||||
border-radius: 16px;
|
||||
|
@ -78,6 +78,7 @@ $voip-accept-color: #80f480;
|
||||
|
||||
$rte-bg-color: #e9e9e9;
|
||||
$rte-code-bg-color: rgba(0, 0, 0, 0.04);
|
||||
$rte-room-pill-color: #aaa;
|
||||
|
||||
// ********************
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user