diff options
-rw-r--r-- | css/styles.css | 4 | ||||
-rw-r--r-- | pages/changelog.html | 1 |
2 files changed, 5 insertions, 0 deletions
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 @@ <ul class="collection"> <li class="collection-item">Introduced the changelog</li> <li class="collection-item">Fixed date picker color</li> + <li class="collection-item">Changed weekly timetable accent color</li> <li class="collection-item">Option for including/excluding temporary grades in average calculation (credit: Tinkara)</li> </ul> |