Skip to content

Commit 2b960ef

Browse files
committed
darken the green
1 parent de92696 commit 2b960ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/Collapse.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ input[type='checkbox'] {
4141
}
4242

4343
.success .lbl-toggle {
44-
background: #E6E7E7
44+
background: #49E048;
4545
}
4646

4747
@media (prefers-color-scheme: light) {
@@ -62,7 +62,7 @@ input[type='checkbox'] {
6262
background: #D55E00;
6363
}
6464
.success .lbl-toggle {
65-
background: #E5F8E7
65+
background: #49E048;
6666
}
6767
}
6868

0 commit comments

Comments
 (0)