Skip to content

Commit

Permalink
Updated to Dark mode
Browse files Browse the repository at this point in the history
Changed some Color values to convert it into dark mode
  • Loading branch information
rajanitnavapara authored Oct 20, 2021
1 parent f682234 commit f9b5aa3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions progress-steps/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

:root {
--line-border-fill: #3498db;
--line-border-empty: #e0e0e0;
--line-border-empty: #383838;

}

* {
box-sizing: border-box;
}

body {
background-color: #f6f7fb;
background-color: #1f1f1f;
font-family: 'Muli', sans-serif;
display: flex;
align-items: center;
Expand Down Expand Up @@ -58,8 +59,8 @@ body {
}

.circle {
background-color: #fff;
color: #999;
background-color: #1f1f1f;
color:#e2e2e2;
border-radius: 50%;
height: 30px;
width: 30px;
Expand Down

0 comments on commit f9b5aa3

Please sign in to comment.