diff --git a/res/themes/light/css/_light.scss b/res/themes/light/css/_light.scss index 159b9a6b76..447516a26b 100644 --- a/res/themes/light/css/_light.scss +++ b/res/themes/light/css/_light.scss @@ -195,10 +195,12 @@ $panel-divider-color: #dee1f3; $widget-menu-bar-bg-color: $secondary-accent-color; // ******************** + // both $event-highlight-bg-color and $room-warning-bg-color share this value, // so to not make their order dependent on who depends on who, have a shared value // defined before both $yellow-background: #fff8e3; + // event tile lifecycle $event-encrypting-color: #abddbc; $event-sending-color: #ddd;