mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Fix GIF label on dark theme (#11312)
This commit is contained in:
parent
4316ebae29
commit
d9aaed0ef6
@ -197,7 +197,7 @@ $dialog-shadow-color: rgba(0, 0, 0, 0.48);
|
|||||||
/* ******************** */
|
/* ******************** */
|
||||||
$imagebody-giflabel: rgba(0, 0, 0, 0.7);
|
$imagebody-giflabel: rgba(0, 0, 0, 0.7);
|
||||||
$imagebody-giflabel-border: rgba(0, 0, 0, 0.2);
|
$imagebody-giflabel-border: rgba(0, 0, 0, 0.2);
|
||||||
$imagebody-giflabel-color: $background;
|
$imagebody-giflabel-color: $accent-fg-color;
|
||||||
/* ******************** */
|
/* ******************** */
|
||||||
|
|
||||||
/* RoomList */
|
/* RoomList */
|
||||||
|
Loading…
Reference in New Issue
Block a user