Skip to content

Commit

Permalink
Font fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Megageorgio committed Oct 5, 2024
1 parent 6cffdd3 commit 1a8f959
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,10 @@ html.dark nav {
transition:
transform 0.3s ease-in-out,
box-shadow 0.3s ease-in-out;
font-weight: normal !important;
}

.singer-card * {
font-weight: normal;
}

.singer-card:hover {
Expand Down

0 comments on commit 1a8f959

Please sign in to comment.