Skip to content

Commit d24fe82

Browse files
committed
fix: inline codes in titles
1 parent 66aa461 commit d24fe82

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/Web/assets/typography.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
}
8686

8787
& a {
88-
@apply inline-flex items-baseline;
88+
@apply inline-flex items-baseline gap-x-1.5;
8989
}
9090

9191
& a span:has(svg) {
@@ -99,9 +99,17 @@
9999

100100
h3 {
101101
@apply text-xl;
102+
103+
a code {
104+
@apply text-xl;
105+
}
102106
}
103107

104108
h4, h5, h6 {
105109
@apply text-lg;
110+
111+
a code {
112+
@apply text-lg;
113+
}
106114
}
107115
}

0 commit comments

Comments
 (0)