Skip to content

Commit

Permalink
change font-style property to font-weight
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymg committed Nov 12, 2024
1 parent dc56683 commit d534f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extra.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

.important {
color: red;
font-style: bold;
font-weight: bold;
font-size: 2em;
}

0 comments on commit d534f83

Please sign in to comment.