mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 14:28:20 +01:00
fix: 💄 Slightly increase padding-top for code elements
This commit is contained in:
parent
3545bf525f
commit
47848c3366
|
|
@ -296,7 +296,7 @@ export default function typographyStyles({ theme }: PluginUtils) {
|
||||||
code: {
|
code: {
|
||||||
color: "var(--tw-prose-code)",
|
color: "var(--tw-prose-code)",
|
||||||
borderRadius: theme("borderRadius.lg"),
|
borderRadius: theme("borderRadius.lg"),
|
||||||
paddingTop: theme("padding.1"),
|
paddingTop: theme("padding[1.5]"),
|
||||||
paddingRight: theme("padding[1.5]"),
|
paddingRight: theme("padding[1.5]"),
|
||||||
paddingBottom: theme("padding.1"),
|
paddingBottom: theme("padding.1"),
|
||||||
paddingLeft: theme("padding[1.5]"),
|
paddingLeft: theme("padding[1.5]"),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue