1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-01 13:11:10 +03:00
This commit is contained in:
Matthew Hodgson
2018-08-12 13:54:44 +02:00
parent 4fbf34e05b
commit 79c06016e1

View File

@@ -28,6 +28,8 @@ $focus-brightness: 125%;
// red warning colour
$warning-color: #ff0064;
// background colour for warnings
$warning-bg-color: #DF2A8B;
$mention-user-pill-bg-color: #ff0064;
$other-user-pill-bg-color: rgba(0, 0, 0, 0.1);