Skip to content

Commit

Permalink
Increment brightness of colors
Browse files Browse the repository at this point in the history
  • Loading branch information
yarduon committed Sep 4, 2024
1 parent 633d6d9 commit 2bd7f22
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,35 +76,35 @@ input::-webkit-inner-spin-button {
}

.red {
background-color: #a32c24;
background-color: #a3271e;
}

.blue {
background-color: #1e4f66;
background-color: #184b63;
}

.orange {
background-color: #bb5419;
background-color: #b95013;
}

.purple {
background-color: #6a217c;
background-color: #631975;
}

.green {
background-color: #257425;
background-color: #1e6e1e;
}

.brown {
background-color: #72441e;
background-color: #6e3f18;
}

.pink {
background-color: #a5256b;
background-color: #a01d65;
}

.teal {
background-color: #12695e;
background-color: #0e685c;
}

.light-grey {
Expand Down

0 comments on commit 2bd7f22

Please sign in to comment.