From c373dd3a6d4c5acfa6ca44a3c3489146a6a761c6 Mon Sep 17 00:00:00 2001 From: rstular Date: Sun, 17 May 2020 22:30:10 +0200 Subject: Bug fix-timetable colors won't change from now on --- assets/css/styles.css | 6 +----- dist/css/styles.css | 6 +----- dist/pages/about.html | 2 +- dist/sw.js | 4 ++-- 4 files changed, 5 insertions(+), 13 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index b372c5e..5cbedca 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -311,10 +311,6 @@ h5.subheader { color: var(--color-btn-flat-disabled) !important; } -.fc-content { - color: var(--color-text) !important; -} - .dropdown-content { - background: var(--background-accent-1) !important; + background: var(--background-accent-1) !important; } diff --git a/dist/css/styles.css b/dist/css/styles.css index b372c5e..5cbedca 100644 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -311,10 +311,6 @@ h5.subheader { color: var(--color-btn-flat-disabled) !important; } -.fc-content { - color: var(--color-text) !important; -} - .dropdown-content { - background: var(--background-accent-1) !important; + background: var(--background-accent-1) !important; } diff --git a/dist/pages/about.html b/dist/pages/about.html index 42c8392..203f21b 100644 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -142,7 +142,7 @@

- ^HEAD 16d4d4b9f9b35edc7164cd5662ded7377b6960a9 + ^HEAD 7b0e9737328c2dc5a0ff1bd063cd7818706256c3

diff --git a/dist/sw.js b/dist/sw.js index 4a8c8e7..ca17765 100644 --- a/dist/sw.js +++ b/dist/sw.js @@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.13-beta-16d4d4b"; -// latest commit is 16d4d4b9f9b35edc7164cd5662ded7377b6960a9 +const static_cache_name = "site-static-1.0.13-beta-7b0e973"; +// latest commit is 7b0e9737328c2dc5a0ff1bd063cd7818706256c3 // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! -- cgit v1.2.3