Skip to content

Commit

Permalink
chore: add styles for h5 and h6 headings
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernankez committed Mar 29, 2024
1 parent 58b81c6 commit 128dcb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions playground/uno.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ export default defineConfig({
h4: {
color: "#f97316",
},
h5: {
color: "#f97316",
},
h6: {
color: "#f97316",
},
}),
})],
shortcuts: {
Expand Down

0 comments on commit 128dcb7

Please sign in to comment.