🔀 merge pull request 'v1.0.21' (#21) from dev into main

Reviewed-on: kimendisch/selbstbestimmungsgesetz-jetzt-de#21
This commit is contained in:
DrMaxNix 2023-10-04 20:52:14 +02:00
commit 2f0a33024f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
// VERSION //
static::$version = "1.0.20";
static::$version = "1.0.21";
// DEPENDENCIES //

View File

@ -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 {