summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsijanec <sijanecantonluka@gmail.com>2020-05-17 22:00:55 +0200
committersijanec <sijanecantonluka@gmail.com>2020-05-17 22:00:55 +0200
commitbd6ad8bf4ef14d74d087879031fc996fdb22412f (patch)
tree05914ae723357ec9860fd37fef2f507e5528386b
parentfixed primary light on dark theme (diff)
downloadbeziapp-bd6ad8bf4ef14d74d087879031fc996fdb22412f.tar
beziapp-bd6ad8bf4ef14d74d087879031fc996fdb22412f.tar.gz
beziapp-bd6ad8bf4ef14d74d087879031fc996fdb22412f.tar.bz2
beziapp-bd6ad8bf4ef14d74d087879031fc996fdb22412f.tar.lz
beziapp-bd6ad8bf4ef14d74d087879031fc996fdb22412f.tar.xz
beziapp-bd6ad8bf4ef14d74d087879031fc996fdb22412f.tar.zst
beziapp-bd6ad8bf4ef14d74d087879031fc996fdb22412f.zip
-rw-r--r--dist/css/styles.css7
-rw-r--r--dist/js/lib/themes.js4
-rw-r--r--dist/pages/about.html2
-rw-r--r--dist/sw.js4
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 @@
<div class="row">
<p>
<small>
- ^HEAD 730722259f6f079c930f6fcce1c2f1e715d3df63
+ ^HEAD 087120451073db2e91c4cdeefb66da1beb64805f
</p>
</div>
</div>
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!