From 1360b7c961cd23fa8007bc7ebed0bc924150a437 Mon Sep 17 00:00:00 2001 From: rstular Date: Wed, 20 May 2020 20:05:12 +0200 Subject: Revert "I don't know CSS :-(" This reverts commit 913b40fe12ea0f73614013fe5a528700d516749e. --- assets/css/styles.css | 3 ++- dist/css/styles.css | 3 ++- dist/js/app.js | 2 +- dist/pages/about.html | 2 +- dist/sw.js | 4 ++-- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index ed1ab42..0c00378 100644 --- a/assets/css/styles.css +++ b/assets/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/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 @@

- ^HEAD cf41a36f744c51513d864b48d7ee806544de062b + ^HEAD 2acc46724db65edf60a7316086fe098cc7b3f5b3

diff --git a/dist/sw.js b/dist/sw.js index 230e473..7b70eea 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.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! -- cgit v1.2.3