From 9a2fc408126a6a19e5571774054dd8d79162b26a Mon Sep 17 00:00:00 2001 From: rstular Date: Thu, 30 Jan 2020 00:30:13 +0100 Subject: Weekly calendar accent color --- css/styles.css | 4 ++++ pages/changelog.html | 1 + 2 files changed, 5 insertions(+) diff --git a/css/styles.css b/css/styles.css index afd7674..25e5fe0 100644 --- a/css/styles.css +++ b/css/styles.css @@ -86,3 +86,7 @@ a.collection-item { .datepicker-done { color: var(--color-primary); } + +.fc-unthemed td.fc-today { + background: var(--color-primary-light); +} \ No newline at end of file diff --git a/pages/changelog.html b/pages/changelog.html index 12121e5..a2abb77 100644 --- a/pages/changelog.html +++ b/pages/changelog.html @@ -51,6 +51,7 @@ -- cgit v1.2.3