From c28c1c56dd807f620e916f9711d4c969817c6dd0 Mon Sep 17 00:00:00 2001 From: sijanec Date: Thu, 4 Jun 2020 16:51:55 +0200 Subject: terms of service css fix - who reads those? --- assets/css/styles.css | 4 ++++ dist/css/styles.css | 4 ++++ dist/js/app.js | 2 +- dist/pages/about.html | 2 +- dist/sw.js | 4 ++-- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 3f403e7..0e11125 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -424,4 +424,8 @@ h1, h2, h3, h4, h5, h6 { .zakljucna-grade { color: red; +} + +ol { + color: var(--color-text) !important; } \ No newline at end of file diff --git a/dist/css/styles.css b/dist/css/styles.css index 3f403e7..0e11125 100755 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -424,4 +424,8 @@ h1, h2, h3, h4, h5, h6 { .zakljucna-grade { color: red; +} + +ol { + color: var(--color-text) !important; } \ No newline at end of file diff --git a/dist/js/app.js b/dist/js/app.js index d44995d..63ca198 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -3,7 +3,7 @@ const app_version = "1.0.14.1-beta"; -const previous_commit = "ab895dc64437ac9ea42b2c9790a0b29550bdbc17"; +const previous_commit = "1f5f25a3ade732d7b5b84db7decbdf3a9059a8c2"; if ("serviceWorker" in navigator) { navigator.serviceWorker.register("/sw.js") diff --git a/dist/pages/about.html b/dist/pages/about.html index a08ae16..e216944 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -142,7 +142,7 @@

- ^HEAD ab895dc64437ac9ea42b2c9790a0b29550bdbc17 + ^HEAD 1f5f25a3ade732d7b5b84db7decbdf3a9059a8c2

diff --git a/dist/sw.js b/dist/sw.js index c1ccb21..f379590 100755 --- 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.14.1-beta-ab895dc"; -// commit before the latest is ab895dc64437ac9ea42b2c9790a0b29550bdbc17 +const static_cache_name = "site-static-1.0.14.1-beta-1f5f25a"; +// commit before the latest is 1f5f25a3ade732d7b5b84db7decbdf3a9059a8c2 // 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