1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-18 19:05:31 -04:00

fix style nesting

This commit is contained in:
2022-05-24 20:48:26 -04:00
parent e614518987
commit ff96ccae44
10 changed files with 192 additions and 188 deletions

View File

@@ -151,7 +151,7 @@ export const globalStyles = globalCss(
fontVariationSettings: `"ital" 1, "slnt" -10`,
// Roboto Mono doesn't have this problem, but the above fix breaks it, of course.
"code, kbd, samp, pre": {
"& code, & kbd, & samp, & pre": {
fontStyle: "italic !important",
fontVariationSettings: "initial !important",
},