We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66aa461 commit d24fe82Copy full SHA for d24fe82
src/Web/assets/typography.css
@@ -85,7 +85,7 @@
85
}
86
87
& a {
88
- @apply inline-flex items-baseline;
+ @apply inline-flex items-baseline gap-x-1.5;
89
90
91
& a span:has(svg) {
@@ -99,9 +99,17 @@
99
100
h3 {
101
@apply text-xl;
102
+
103
+ a code {
104
+ @apply text-xl;
105
+ }
106
107
108
h4, h5, h6 {
109
@apply text-lg;
110
111
112
+ @apply text-lg;
113
114
115
0 commit comments