v1.0.21 #21

Merged
DrMaxNix merged 2 commits from dev into main 2023-10-04 20:52:15 +02:00
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 {