feat: Rework countdown visuals with new fill, border, and number color settings, including dynamic settings visibility and a "both" display mode.

This commit is contained in:
CPTN Cosmo 2025-12-22 00:01:20 +01:00
parent 02a3855ea1
commit d00248593a
4 changed files with 282 additions and 37 deletions

View file

@ -214,6 +214,14 @@
/* Rotation handled inline to start at top */
}
/* Grayscale Filter */
.grayscale-filter {
backdrop-filter: grayscale(100%) !important;
background: transparent !important;
opacity: 1 !important;
box-shadow: none !important;
}
.bar-visual.vertical {
width: 100%;
/* height is set inline */