Skip to content

Commit

Permalink
remove styles for headings
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishbakh-N committed Dec 6, 2023
1 parent 9928400 commit 9df64e9
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,5 @@ export const overlayCss = cxs({
},
'& *:after': {
boxSizing: 'inherit'
},
'h1,h2,h3,h4,h5,h6': {fontWeight: 700},

h1: {
...textSize.xl
},

h2: {
...textSize.l
},

'h3,h4,h5,h6': {
...textSize.m
}
});

0 comments on commit 9df64e9

Please sign in to comment.