diff options
Diffstat (limited to 'dist')
-rwxr-xr-x | dist/css/styles.css | 3 | ||||
-rwxr-xr-x | dist/js/app.js | 2 | ||||
-rwxr-xr-x | dist/pages/about.html | 2 | ||||
-rwxr-xr-x | dist/sw.js | 4 |
4 files changed, 6 insertions, 5 deletions
diff --git a/dist/css/styles.css b/dist/css/styles.css index ed1ab42..0c00378 100755 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -132,7 +132,7 @@ a.collection-item { color: var(--color-text); } -tr { +.fc-slats > table > tbody > tr { border-bottom-color: var(--color-divider) !important; } @@ -284,6 +284,7 @@ i.material-icons.prefix { .flag-icon { height: 1vw; } + .app-header-bold { color: var(--color-header-bold) !important; } diff --git a/dist/js/app.js b/dist/js/app.js index 10c075f..ea25178 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -3,7 +3,7 @@ const app_version = "1.0.13-beta"; -const previous_commit = "cf41a36f744c51513d864b48d7ee806544de062b"; +const previous_commit = "2acc46724db65edf60a7316086fe098cc7b3f5b3"; if ("serviceWorker" in navigator) { navigator.serviceWorker.register("/sw.js") diff --git a/dist/pages/about.html b/dist/pages/about.html index 972f0c7..ea1a89a 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -142,7 +142,7 @@ <div class="row"> <p> <small> - ^HEAD cf41a36f744c51513d864b48d7ee806544de062b + ^HEAD 2acc46724db65edf60a7316086fe098cc7b3f5b3 </small> </p> </div> @@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.13-beta-cf41a36"; -// commit before the latest is cf41a36f744c51513d864b48d7ee806544de062b +const static_cache_name = "site-static-1.0.13-beta-2acc467"; +// commit before the latest is 2acc46724db65edf60a7316086fe098cc7b3f5b3 // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! |