From bd6ad8bf4ef14d74d087879031fc996fdb22412f Mon Sep 17 00:00:00 2001 From: sijanec Date: Sun, 17 May 2020 22:00:55 +0200 Subject: forgot ./install --- dist/css/styles.css | 7 ++++++- dist/js/lib/themes.js | 4 ++-- dist/pages/about.html | 2 +- dist/sw.js | 4 ++-- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/dist/css/styles.css b/dist/css/styles.css index a1509f4..cad62e2 100644 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -307,4 +307,9 @@ h5.subheader { .modal-close.btn-flat:disabled { color: var(--color-btn-flat-disabled) !important; -} \ No newline at end of file +} + +.fc-content { + color: var(--color-text) !important; +} + diff --git a/dist/js/lib/themes.js b/dist/js/lib/themes.js index 5eaec7d..19c5e3b 100644 --- a/dist/js/lib/themes.js +++ b/dist/js/lib/themes.js @@ -28,7 +28,7 @@ const THEME_COLOR_SCHEMES = { "color-primary": "rgba(0, 128, 83, 1)", "color-secondary": "rgba(0, 94, 61, 1)", "color-accent": "rgba(20, 117, 83, 1)", - "color-primary-light": "rgba(230, 250, 231, 1)", + "color-primary-light": "rgba(6, 137, 9, 1)", // it's not really light anymore, is it? "color-invalid": "rgba(192, 0, 0, 1)", "background-color": "rgba(31, 31, 31, 1)", @@ -65,4 +65,4 @@ document.addEventListener("DOMContentLoaded", () => { applyTheme(selectedTheme); } }); -}); \ No newline at end of file +}); diff --git a/dist/pages/about.html b/dist/pages/about.html index 37db1c1..dd1c1fa 100644 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -142,7 +142,7 @@

- ^HEAD 730722259f6f079c930f6fcce1c2f1e715d3df63 + ^HEAD 087120451073db2e91c4cdeefb66da1beb64805f

diff --git a/dist/sw.js b/dist/sw.js index f4d0cc9..ca616bc 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-7307222"; -// latest commit is 730722259f6f079c930f6fcce1c2f1e715d3df63 +const static_cache_name = "site-static-1.0.13-beta-0871204"; +// latest commit is 087120451073db2e91c4cdeefb66da1beb64805f // 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