diff options
Diffstat (limited to 'dist')
-rw-r--r-- | dist/css/styles.css | 5 | ||||
-rw-r--r-- | dist/js/lib/themes.js | 2 | ||||
-rw-r--r-- | dist/pages/about.html | 2 | ||||
-rw-r--r-- | dist/sw.js | 4 |
4 files changed, 10 insertions, 3 deletions
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> @@ -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! |