From 79c06016e168fb85cd64bcb7107da8ba52f632ba Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sun, 12 Aug 2018 13:54:44 +0200 Subject: [PATCH] merge --- res/themes/dharma/css/_dharma.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/themes/dharma/css/_dharma.scss b/res/themes/dharma/css/_dharma.scss index 9055d439e6..dac6f45e65 100644 --- a/res/themes/dharma/css/_dharma.scss +++ b/res/themes/dharma/css/_dharma.scss @@ -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);