From cab84d822c577b7be2f36723e14f336b17e278f3 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Wed, 4 Oct 2023 20:51:27 +0200 Subject: [PATCH 1/2] :children_crossing: improve timeline status indication --- page/start/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page/start/style.css b/page/start/style.css index 87c69c0..76f0007 100644 --- a/page/start/style.css +++ b/page/start/style.css @@ -340,7 +340,7 @@ span.inline { background-color: var(--theme); } .timeline > .item.done-stop::after { - background-color: var(--color-gray-dark); + background-color: var(--theme); } .timeline > .item:not(:last-child) > .box { From da7637f782c3976d502d8f92300022d7e33b5a7b Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Wed, 4 Oct 2023 20:51:45 +0200 Subject: [PATCH 2/2] :bookmark: bump version to v1.0.21 --- meta.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta.php b/meta.php index 0216660..1c176f9 100644 --- a/meta.php +++ b/meta.php @@ -1,6 +1,6 @@