From b63b2381a851e2cbc6087bf4d355be4265e6982a Mon Sep 17 00:00:00 2001 From: sijanec Date: Sun, 17 May 2020 22:18:26 +0200 Subject: styling changes --- assets/css/styles.css | 5 +++++ assets/js/lib/themes.js | 2 ++ dist/css/styles.css | 5 +++++ dist/js/lib/themes.js | 2 ++ dist/pages/about.html | 2 +- dist/sw.js | 4 ++-- 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 @@

- ^HEAD 087120451073db2e91c4cdeefb66da1beb64805f + ^HEAD bd6ad8bf4ef14d74d087879031fc996fdb22412f

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! -- cgit v1.2.3