From c1e1864a5ec6b562857ae3087947f39c38ba82a6 Mon Sep 17 00:00:00 2001 From: rstular Date: Sun, 17 May 2020 22:36:08 +0200 Subject: Another CSS bug fix --- assets/css/styles.css | 4 ++++ dist/css/styles.css | 4 ++++ dist/pages/about.html | 2 +- dist/sw.js | 4 ++-- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 77cc9a1..e3308da 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -265,6 +265,10 @@ table.highlight > tbody > tr:hover { background-color: var(--background-color); } +h2 { + color: var(--color-text); +} + .collapsible-body { border-bottom-color: var(--color-divider); } diff --git a/dist/css/styles.css b/dist/css/styles.css index 77cc9a1..e3308da 100644 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -265,6 +265,10 @@ table.highlight > tbody > tr:hover { background-color: var(--background-color); } +h2 { + color: var(--color-text); +} + .collapsible-body { border-bottom-color: var(--color-divider); } diff --git a/dist/pages/about.html b/dist/pages/about.html index fd8951c..9126396 100644 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -142,7 +142,7 @@

- ^HEAD 927d27071dcfc01bcdeadb5dbc441c6ea7962ffe + ^HEAD a75885bb1524a022811fa813acbf49acca7305bb

diff --git a/dist/sw.js b/dist/sw.js index 906fc0f..89141f1 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-927d270"; -// latest commit is 927d27071dcfc01bcdeadb5dbc441c6ea7962ffe +const static_cache_name = "site-static-1.0.13-beta-a75885b"; +// latest commit is a75885bb1524a022811fa813acbf49acca7305bb // 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