Skip to content

Commit

Permalink
Add color style
Browse files Browse the repository at this point in the history
  • Loading branch information
rayc2045 committed May 11, 2024
1 parent 628cd13 commit edcec9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ input[type='range']::-moz-range-thumb {
background-color: olivedrab;
}

.cyan {
background-color: lightseagreen;
}

.blue {
background-color: steelblue;
}

0 comments on commit edcec9d

Please sign in to comment.