From 831563c8ecb2854ceba73c284719b7579c0a3bbc Mon Sep 17 00:00:00 2001 From: rstular Date: Sun, 17 May 2020 16:14:07 +0200 Subject: Experimental theme support --- assets/css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'assets/css') diff --git a/assets/css/styles.css b/assets/css/styles.css index cd800f3..5144bda 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -87,7 +87,7 @@ a.collection-item { .datepicker-table td.is-selected.is-today { background-color: var(--color-primary); - color: white; + color: var(--background-color); } .datepicker-cancel { @@ -159,7 +159,7 @@ a.collection-item { left: 0; bottom: 0; width: 100%; - background-color: white; + background-color: var(--background-color); text-align: center; z-index: 60; } -- cgit v1.2.3