From 800c917eb128ac8871af58daef5c8560d08447f0 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Wed, 27 Oct 2021 15:29:31 +0100 Subject: [PATCH] agenda --- src/theme/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/variables.scss b/src/theme/variables.scss index e9f227cb0..c8cc29b12 100644 --- a/src/theme/variables.scss +++ b/src/theme/variables.scss @@ -641,7 +641,7 @@ body { --font-awesome-1: #c63527; --mat-selected: #c63527; --mat-calendar-body-selected: #c63527; - --monthview-selected: #c63527; + --monthview-selected: rgb(198 53 39 / 49%); --color: #d9d9d9; --color2: #f0f0f0;