summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--assets/css/styles.css4
-rw-r--r--dist/css/styles.css4
-rw-r--r--dist/pages/about.html2
-rw-r--r--dist/sw.js4
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 @@
<div class="row">
<p>
<small>
- ^HEAD 927d27071dcfc01bcdeadb5dbc441c6ea7962ffe
+ ^HEAD a75885bb1524a022811fa813acbf49acca7305bb
</small>
</p>
</div>
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!