From e13a6ec483b9e1bcfd5d3ac60af3db7d552c6ee0 Mon Sep 17 00:00:00 2001 From: Fahad Hasan Pathik Date: Tue, 3 Nov 2020 00:27:22 +0600 Subject: [PATCH] Calendar active color change to create contrast Calendar active color change to create contrast. Otherwise the date number is blended with background --- src/cinnamon/cinnamon-dark-compact.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cinnamon/cinnamon-dark-compact.css b/src/cinnamon/cinnamon-dark-compact.css index 73df4400a..99b6740f0 100644 --- a/src/cinnamon/cinnamon-dark-compact.css +++ b/src/cinnamon/cinnamon-dark-compact.css @@ -878,7 +878,7 @@ StScrollView StScrollBar { } .calendar-day-base:active { - color: #bebebe; + color: #323232; background-color: #bebebe; border-color: transparent; }