Skip to content

Commit dba433f

Browse files
committed
feat: add info alerts
1 parent 547e37b commit dba433f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Web/assets/typography.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
@apply bg-(--ui-success)/10 text-(--ui-success) ring-(--ui-success)/25 [--tw-prose-links:var(--ui-success)];
1919
}
2020

21+
&.alert-info {
22+
@apply bg-(--ui-info)/5 text-(--ui-info) ring-(--ui-info)/25 [--tw-prose-links:var(--ui-info)];
23+
}
24+
2125
div.alert-wrapper {
2226
@apply flex flex-col gap-y-2;
2327

0 commit comments

Comments
 (0)