Skip to content

Commit

Permalink
Fix trans icon styling (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
InfiniteStash authored May 20, 2022
1 parent 1ca7ae3 commit 0cfdfc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/scenes/styles.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.fa-mars,
.fa-venus,
.fa-transgender-alt {
.fa-transgender {
margin-right: 0.25rem;
}

Expand All @@ -12,7 +12,7 @@
color: #f38cac;
}

.fa-transgender-alt {
.fa-transgender {
color: #c8a2c8;
}

Expand Down

0 comments on commit 0cfdfc9

Please sign in to comment.