Skip to content

Commit

Permalink
fixes colors
Browse files Browse the repository at this point in the history
  • Loading branch information
victorldleon committed Nov 12, 2023
1 parent 9436ca8 commit 0353d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/_countdown.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.countdown-container {
background-color: #1df5ff;
background-color: #9ad7d8;
border-radius: 8px;
display: flex;
flex-wrap: wrap;
Expand Down Expand Up @@ -99,7 +99,7 @@
background: none;
color: #ffffff;
border-radius: 0.3em;
background-color: #020002;
background-color: #e94e8b;
display: flex;
justify-content: center;
font-size: 1.3em;
Expand Down

0 comments on commit 0353d96

Please sign in to comment.