Skip to content

Commit

Permalink
fix(style): unexpected font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Sep 4, 2024
1 parent 484aa03 commit b0e1711
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,11 @@

& a,
& strong {
font-weight: 300;
color: light-dark(var(--mantine-primary-color-6), var(--mantine-primary-color-5));
}

& a {
font-weight: 300;
text-decoration: underline;
transition: all 0.2s ease-in-out;
}
Expand Down

0 comments on commit b0e1711

Please sign in to comment.