Skip to content

Commit

Permalink
Make bookmark icon primary colour
Browse files Browse the repository at this point in the history
  • Loading branch information
MarmadileManteater committed Apr 7, 2024
1 parent 0fae5db commit ce7a97a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/renderer/components/ft-icon-button/ft-icon-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@
}
}

&.fa-bookmark, &.fa-bookmark:hover, &.fa-bookmark:focus-visible {
color: var(--primary-color);
}

&.favorite, &.favorite:hover, &.favorite:focus-visible {
color: var(--favorite-icon-color);
}
Expand Down

0 comments on commit ce7a97a

Please sign in to comment.