aboutsummaryrefslogtreecommitdiff
path: root/templates/@theme-base/_full.scss
diff options
context:
space:
mode:
Diffstat (limited to 'templates/@theme-base/_full.scss')
-rw-r--r--templates/@theme-base/_full.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/@theme-base/_full.scss b/templates/@theme-base/_full.scss
index 14d050c..a3c37b0 100644
--- a/templates/@theme-base/_full.scss
+++ b/templates/@theme-base/_full.scss
@@ -429,4 +429,14 @@ select.pm-field, select.pm-field-icon-container {
// border-right: 1px solid #dde6ec;
// border-right: 1px solid var(--bordercolor-input,#dde6ec);
background-color: darken($base, 10%);
+}
+
+// Calendar event text color
+.calendar-dayeventcell-inner {
+ color: $text_color;
+}
+
+.calendar-dayeventcell-inner:focus,
+.calendar-dayeventcell-inner:hover {
+ background-color: darken($base, 10%);
} \ No newline at end of file