summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsijanec <sijanecantonluka@gmail.com>2020-05-17 22:18:26 +0200
committersijanec <sijanecantonluka@gmail.com>2020-05-17 22:18:26 +0200
commitb63b2381a851e2cbc6087bf4d355be4265e6982a (patch)
tree9e31b71cbeb8ae3fc12754f181e78a32204e624e
parentforgot ./install (diff)
downloadbeziapp-b63b2381a851e2cbc6087bf4d355be4265e6982a.tar
beziapp-b63b2381a851e2cbc6087bf4d355be4265e6982a.tar.gz
beziapp-b63b2381a851e2cbc6087bf4d355be4265e6982a.tar.bz2
beziapp-b63b2381a851e2cbc6087bf4d355be4265e6982a.tar.lz
beziapp-b63b2381a851e2cbc6087bf4d355be4265e6982a.tar.xz
beziapp-b63b2381a851e2cbc6087bf4d355be4265e6982a.tar.zst
beziapp-b63b2381a851e2cbc6087bf4d355be4265e6982a.zip
-rw-r--r--assets/css/styles.css5
-rw-r--r--assets/js/lib/themes.js2
-rw-r--r--dist/css/styles.css5
-rw-r--r--dist/js/lib/themes.js2
-rw-r--r--dist/pages/about.html2
-rw-r--r--dist/sw.js4
6 files changed, 17 insertions, 3 deletions
diff --git a/assets/css/styles.css b/assets/css/styles.css
index cad62e2..f1160f2 100644
--- a/assets/css/styles.css
+++ b/assets/css/styles.css
@@ -4,8 +4,10 @@
--color-accent: rgba(0, 156, 101, 1);
--color-primary-light: rgba(230, 250, 231, 1);
--color-invalid: rgba(192, 0, 0, 1);
+
--background-color: rgba(255, 255, 255, 1);
--background-accent: rgba(0, 156, 101, 0.2);
+ --background-accent-1: rgb(192, 219, 207, 1);
--color-header-bold: rgba(255, 255, 255, 1);
--color-header-span: rgba(255, 255, 255, 1);
@@ -313,3 +315,6 @@ h5.subheader {
color: var(--color-text) !important;
}
+.dropdown-content {
+ background: var(--background-accent-1) !important;
+}
diff --git a/assets/js/lib/themes.js b/assets/js/lib/themes.js
index 19c5e3b..509ff56 100644
--- a/assets/js/lib/themes.js
+++ b/assets/js/lib/themes.js
@@ -8,6 +8,7 @@ const THEME_COLOR_SCHEMES = {
"background-color": "rgba(255, 255, 255, 1)",
"background-accent": "rgba(0, 156, 101, 0.2)",
+ "background-accent-1": "rgb(192, 219, 207, 1)",
"color-header-bold": "rgba(255, 255, 255, 1)",
"color-header-span": "rgba(255, 255, 255, 1)",
@@ -33,6 +34,7 @@ const THEME_COLOR_SCHEMES = {
"background-color": "rgba(31, 31, 31, 1)",
"background-accent": "rgba(0, 92, 44, 0.2)",
+ "background-accent-1": "rgb(26, 43, 32, 1)",
"color-header-bold": "rgba(255, 255, 255, 1)",
"color-header-span": "rgba(255, 255, 255, 1)",
diff --git a/dist/css/styles.css b/dist/css/styles.css
index cad62e2..f1160f2 100644
--- a/dist/css/styles.css
+++ b/dist/css/styles.css
@@ -4,8 +4,10 @@
--color-accent: rgba(0, 156, 101, 1);
--color-primary-light: rgba(230, 250, 231, 1);
--color-invalid: rgba(192, 0, 0, 1);
+
--background-color: rgba(255, 255, 255, 1);
--background-accent: rgba(0, 156, 101, 0.2);
+ --background-accent-1: rgb(192, 219, 207, 1);
--color-header-bold: rgba(255, 255, 255, 1);
--color-header-span: rgba(255, 255, 255, 1);
@@ -313,3 +315,6 @@ h5.subheader {
color: var(--color-text) !important;
}
+.dropdown-content {
+ background: var(--background-accent-1) !important;
+}
diff --git a/dist/js/lib/themes.js b/dist/js/lib/themes.js
index 19c5e3b..509ff56 100644
--- a/dist/js/lib/themes.js
+++ b/dist/js/lib/themes.js
@@ -8,6 +8,7 @@ const THEME_COLOR_SCHEMES = {
"background-color": "rgba(255, 255, 255, 1)",
"background-accent": "rgba(0, 156, 101, 0.2)",
+ "background-accent-1": "rgb(192, 219, 207, 1)",
"color-header-bold": "rgba(255, 255, 255, 1)",
"color-header-span": "rgba(255, 255, 255, 1)",
@@ -33,6 +34,7 @@ const THEME_COLOR_SCHEMES = {
"background-color": "rgba(31, 31, 31, 1)",
"background-accent": "rgba(0, 92, 44, 0.2)",
+ "background-accent-1": "rgb(26, 43, 32, 1)",
"color-header-bold": "rgba(255, 255, 255, 1)",
"color-header-span": "rgba(255, 255, 255, 1)",
diff --git a/dist/pages/about.html b/dist/pages/about.html
index dd1c1fa..f63ceb4 100644
--- a/dist/pages/about.html
+++ b/dist/pages/about.html
@@ -142,7 +142,7 @@
<div class="row">
<p>
<small>
- ^HEAD 087120451073db2e91c4cdeefb66da1beb64805f
+ ^HEAD bd6ad8bf4ef14d74d087879031fc996fdb22412f
</p>
</div>
</div>
diff --git a/dist/sw.js b/dist/sw.js
index ca616bc..a34abe4 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-0871204";
-// latest commit is 087120451073db2e91c4cdeefb66da1beb64805f
+const static_cache_name = "site-static-1.0.13-beta-bd6ad8b";
+// latest commit is bd6ad8bf4ef14d74d087879031fc996fdb22412f
// Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js
// sw.js NE SME BITI CACHAN, ker vsebuje verzijo!