1
0
Fork 0
mirror of https://github.com/kou029w/quot.git synced 2025-01-18 16:08:03 +00:00

remove fontWeight property

This commit is contained in:
Nebel 2022-09-17 19:03:15 +09:00
parent 9de3c9ca98
commit 66a9f4b780

View file

@ -46,7 +46,6 @@ export const quotHighlighting = syntaxHighlighting(
padding: "0.2em 0.4em",
fontSize: "0.9em",
fontFamily: "var(--nc-font-mono)",
fontWeight: "bold",
},
])
);