diff options
Diffstat (limited to 'dist/css/styles.css')
-rw-r--r-- | dist/css/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/css/styles.css b/dist/css/styles.css index cd800f3..5144bda 100644 --- a/dist/css/styles.css +++ b/dist/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; } |