Skip to content

Commit

Permalink
Update contrast of badges
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Jan 31, 2024
1 parent 918c16b commit 8aea983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flask_app/static/css/badges.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

.badge-html {
background-color: rgb(219, 73, 37);
background-color: rgb(206, 68, 34);
}

.badge-css {
Expand Down Expand Up @@ -46,5 +46,5 @@
}

.badge-other-language {
background-color: grey;
background-color: rgb(73, 73, 73);
}

0 comments on commit 8aea983

Please sign in to comment.