colorize the start and end icons

This commit is contained in:
Antonia 2025-03-10 19:21:55 +01:00
parent 2fee843c52
commit 1416481ba9
2 changed files with 10 additions and 1 deletions

View file

@ -19,3 +19,5 @@ body {
display: inline-block;
margin-right: 0.7em;
}
img.red { filter: hue-rotate(120deg); }
img.green { filter: hue-rotate(-120deg); }