refactor: simplify secondary styles

This commit is contained in:
Carlos Valente
2024-09-20 22:55:56 +02:00
committed by Carlos Valente
parent 4d8bea2940
commit 8a5cef79a8
6 changed files with 27 additions and 7 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ $timer-color: rgba(white, 80%); // --timer-color-override
$timer-finished-color: $playback-negative;
$timer-bold-font-family: 'Arial Black', sans-serif; // --card-background-color-override
$external-color: rgba(white, 70%); // --external-color-override
$external-color: rgba(white, 85%); // --external-color-override
// properties of other timers (clock and countdown)
$timer-label-size: clamp(16px, 1.5vw, 24px);