Skip to content

Commit 9252151

Browse files
committed
Fix Warning Color @ 20% time remaining
1 parent 3bfcba7 commit 9252151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ footer {
4040
text-align: center;
4141
margin-bottom: 20px;
4242
}
43-
.timer-item.warning {
43+
main.warning {
4444
background-color: var(--warning-color);
4545
}
4646
h2 {

0 commit comments

Comments
 (0)