Skip to content

Commit

Permalink
fix: Revert <a> font-weight to "normal"
Browse files Browse the repository at this point in the history
  • Loading branch information
jadefish committed Jul 25, 2023
1 parent ed74d7d commit 6d594da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/bundle.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions views/theme/assets/scss/v-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ $mdc-caption-font-size: .75rem; // 12sp
$mdc-button-font-size: .875rem; // 14sp
$mdc-overline-font-size: .75rem; // 12sp

a {
font-weight: normal;
}

.mdc-typography--headline6 {
color: palette(neutral9);
}
Expand Down

0 comments on commit 6d594da

Please sign in to comment.