Skip to content

Commit

Permalink
Merge pull request #78 from tekktrik/dev/rust-badge
Browse files Browse the repository at this point in the history
Add Rust language badge
  • Loading branch information
tekktrik authored Jan 23, 2025
2 parents 99c3d3c + d730118 commit dac7466
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flask_app/static/css/badges.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
background-color: rgb(66, 120, 25);
}

.badge-rust {
background-color: rgb(222, 165, 132);
color: black;
}

.badge-other-language {
background-color: rgb(47, 54, 61);
}

0 comments on commit dac7466

Please sign in to comment.