Skip to content

Commit

Permalink
fix: remove style override for pre and textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed May 26, 2023
1 parent 2220da7 commit 2314d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stitches.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const {
})

globalCss({
'*, body': {
'*:not(textarea,pre), body': {
fontFamily: 'IBM Plex Sans',
fontWeight: '400',
margin: 0,
Expand Down

0 comments on commit 2314d0d

Please sign in to comment.