Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
dantas-arthur committed Jun 24, 2024
1 parent 7784603 commit b647c6a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ body {
--color1: #F0F4EF;
--color2: #E94F37;
--color3: #393E41;
background: rgb(177,62,45);
background: linear-gradient(360deg, rgba(177,62,45,1) 0%, rgba(233,79,55,1) 100%);
background-image: linear-gradient(to top, #a23a29, #b33f2c, #c54430, #d74a33, #e94f37);
font-family: "Courier Prime", monospace;
}

Expand Down Expand Up @@ -396,7 +395,7 @@ mark.red {
}

.timer-select {
width: 23%;
width: 22%;
font-size: 3rem;
}

Expand Down

0 comments on commit b647c6a

Please sign in to comment.