summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrstular <rok@stular.eu>2020-01-30 00:30:13 +0100
committerrstular <rok@stular.eu>2020-01-30 00:30:13 +0100
commit9a2fc408126a6a19e5571774054dd8d79162b26a (patch)
tree2dfd68b1701c8abbbcf1510a118389f84538ef97
parentFixed datetime picker colors (diff)
downloadbeziapp-9a2fc408126a6a19e5571774054dd8d79162b26a.tar
beziapp-9a2fc408126a6a19e5571774054dd8d79162b26a.tar.gz
beziapp-9a2fc408126a6a19e5571774054dd8d79162b26a.tar.bz2
beziapp-9a2fc408126a6a19e5571774054dd8d79162b26a.tar.lz
beziapp-9a2fc408126a6a19e5571774054dd8d79162b26a.tar.xz
beziapp-9a2fc408126a6a19e5571774054dd8d79162b26a.tar.zst
beziapp-9a2fc408126a6a19e5571774054dd8d79162b26a.zip
-rw-r--r--css/styles.css4
-rw-r--r--pages/changelog.html1
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>