Skip to content

Commit aac24a2

Browse files
committed
feat(JS): remove background-color on parent container
1 parent 9163d69 commit aac24a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ body {
2424
border: black 1px solid;
2525
border-radius: 15px;
2626
overflow: hidden;
27-
background-color: rgb(27 22 22 / 39%);
27+
2828
}
2929

3030
.sliding-part {

0 commit comments

Comments
 (0)