Skip to content

Commit 2305b62

Browse files
authored
Update style.css
1 parent 2c1eefd commit 2305b62

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

style.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,5 +369,18 @@ p {
369369
height: 2.5rem;
370370
width: 2.5rem;
371371
font-size: 1.25rem;
372+
background: white;
373+
}
374+
.dots__dot {
375+
border: none;
376+
background-color: #b9b9b9;
377+
opacity: 0.7;
378+
height: 0.7rem;
379+
width: 0.5rem;
380+
border-radius: 50%;
381+
margin-right: 0.6rem;
382+
cursor: pointer;
383+
transition: all 0.5s;
372384
}
373385
}
386+

0 commit comments

Comments
 (0)