summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrstular <rok@stular.eu>2020-05-18 00:32:44 +0200
committerrstular <rok@stular.eu>2020-05-18 00:32:44 +0200
commit7213b0ed8fc25cde035ad1946f45e4e140ac79b0 (patch)
treeb79b5c6b2fac1b34bb2796d2184c7f56a383fe2d
parentRevert "Styling fix, lopolis fix" (diff)
downloadbeziapp-7213b0ed8fc25cde035ad1946f45e4e140ac79b0.tar
beziapp-7213b0ed8fc25cde035ad1946f45e4e140ac79b0.tar.gz
beziapp-7213b0ed8fc25cde035ad1946f45e4e140ac79b0.tar.bz2
beziapp-7213b0ed8fc25cde035ad1946f45e4e140ac79b0.tar.lz
beziapp-7213b0ed8fc25cde035ad1946f45e4e140ac79b0.tar.xz
beziapp-7213b0ed8fc25cde035ad1946f45e4e140ac79b0.tar.zst
beziapp-7213b0ed8fc25cde035ad1946f45e4e140ac79b0.zip
-rw-r--r--assets/css/styles.css3
-rw-r--r--assets/js/lib/themes.js2
-rw-r--r--dist/css/styles.css3
-rw-r--r--dist/js/lib/themes.js2
-rw-r--r--dist/pages/about.html2
-rw-r--r--dist/sw.js4
6 files changed, 11 insertions, 5 deletions
diff --git a/assets/css/styles.css b/assets/css/styles.css
index 10e4e87..40e2323 100644
--- a/assets/css/styles.css
+++ b/assets/css/styles.css
@@ -4,6 +4,7 @@
--color-accent: rgba(0, 156, 101, 1);
--color-primary-light: rgba(230, 250, 231, 1);
--color-invalid: rgba(192, 0, 0, 1);
+ --color-primary-transparent: rgba(0, 128, 83, 0.3);
--background-color: rgba(255, 255, 255, 1);
--background-accent: rgba(0, 156, 101, 0.2);
@@ -118,7 +119,7 @@ a.collection-item {
}
.fc-unthemed td.fc-today {
- background: var(--color-primary);
+ background: var(--color-primary-transparent);
}
.fc-icon {
diff --git a/assets/js/lib/themes.js b/assets/js/lib/themes.js
index eb2f61c..8917aaa 100644
--- a/assets/js/lib/themes.js
+++ b/assets/js/lib/themes.js
@@ -5,6 +5,7 @@ const THEME_COLOR_SCHEMES = {
"color-accent": "rgba(0, 156, 101, 1)",
"color-primary-light": "rgba(230, 250, 231, 1)",
"color-invalid": "rgba(192, 0, 0, 1)",
+ "color-primary-transparent": "rgba(0, 128, 83, 0.3)",
"background-color": "rgba(255, 255, 255, 1)",
"background-accent": "rgba(0, 156, 101, 0.2)",
@@ -32,6 +33,7 @@ const THEME_COLOR_SCHEMES = {
"color-accent": "rgba(20, 117, 83, 1)",
"color-primary-light": "rgba(6, 137, 9, 1)", // it's not really light anymore, is it?
"color-invalid": "rgba(192, 0, 0, 1)",
+ "color-primary-transparent": "rgba(0, 128, 83, 0.3)",
"background-color": "rgba(31, 31, 31, 1)",
"background-accent": "rgba(0, 92, 44, 0.2)",
diff --git a/dist/css/styles.css b/dist/css/styles.css
index 10e4e87..40e2323 100644
--- a/dist/css/styles.css
+++ b/dist/css/styles.css
@@ -4,6 +4,7 @@
--color-accent: rgba(0, 156, 101, 1);
--color-primary-light: rgba(230, 250, 231, 1);
--color-invalid: rgba(192, 0, 0, 1);
+ --color-primary-transparent: rgba(0, 128, 83, 0.3);
--background-color: rgba(255, 255, 255, 1);
--background-accent: rgba(0, 156, 101, 0.2);
@@ -118,7 +119,7 @@ a.collection-item {
}
.fc-unthemed td.fc-today {
- background: var(--color-primary);
+ background: var(--color-primary-transparent);
}
.fc-icon {
diff --git a/dist/js/lib/themes.js b/dist/js/lib/themes.js
index eb2f61c..8917aaa 100644
--- a/dist/js/lib/themes.js
+++ b/dist/js/lib/themes.js
@@ -5,6 +5,7 @@ const THEME_COLOR_SCHEMES = {
"color-accent": "rgba(0, 156, 101, 1)",
"color-primary-light": "rgba(230, 250, 231, 1)",
"color-invalid": "rgba(192, 0, 0, 1)",
+ "color-primary-transparent": "rgba(0, 128, 83, 0.3)",
"background-color": "rgba(255, 255, 255, 1)",
"background-accent": "rgba(0, 156, 101, 0.2)",
@@ -32,6 +33,7 @@ const THEME_COLOR_SCHEMES = {
"color-accent": "rgba(20, 117, 83, 1)",
"color-primary-light": "rgba(6, 137, 9, 1)", // it's not really light anymore, is it?
"color-invalid": "rgba(192, 0, 0, 1)",
+ "color-primary-transparent": "rgba(0, 128, 83, 0.3)",
"background-color": "rgba(31, 31, 31, 1)",
"background-accent": "rgba(0, 92, 44, 0.2)",
diff --git a/dist/pages/about.html b/dist/pages/about.html
index e9d1152..15ed04c 100644
--- a/dist/pages/about.html
+++ b/dist/pages/about.html
@@ -142,7 +142,7 @@
<div class="row">
<p>
<small>
- ^HEAD b8d872d3487cbe1b6ce510bb08da799b31bd5567
+ ^HEAD b0d7eb0101a6c8a26c97a1c7069e4496706225ec
</small>
</p>
</div>
diff --git a/dist/sw.js b/dist/sw.js
index e9f545d..673d34c 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-b8d872d";
-// latest commit is b8d872d3487cbe1b6ce510bb08da799b31bd5567
+const static_cache_name = "site-static-1.0.13-beta-b0d7eb0";
+// latest commit is b0d7eb0101a6c8a26c97a1c7069e4496706225ec
// Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js
// sw.js NE SME BITI CACHAN, ker vsebuje verzijo!