Skip to content

Commit b7e5656

Browse files
committed
update & switch colours
1 parent eb0f4b9 commit b7e5656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/components/Separator/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030

3131
.separatorPart4 {
3232
composes: separatorBase;
33-
background: #D8ECD4;
33+
background: #FCF7DC;
3434
transition-delay: 0.3s;
3535
}
3636

3737
.separatorPart5 {
3838
composes: separatorBase;
39-
background: #FCFADC;
39+
background: #D8ECD4;
4040
transition-delay: 0.4s;
4141
}
4242

0 commit comments

Comments
 (0)