update callout styling

pyrox.dev 92fef1a3 2f899aa8

verified
Changed files
+8 -1
src
static
+8 -1
src/static/styles.css
···
a {
@apply text-blue underline;
}
}
@utility callout {
···
color: rgb(var(--callout-color));
.callout-title-icon {
-
@apply flex items-center text-2xl;
flex: 0 0 auto;
}
···
a {
@apply text-blue underline;
}
+
+
p {
+
@apply mb-6;
+
}
+
div.callout-content > p {
+
@apply mb-0;
+
}
}
@utility callout {
···
color: rgb(var(--callout-color));
.callout-title-icon {
+
@apply flex items-center text-xl leading-7 mr-1;
flex: 0 0 auto;
}