Skip to content

Commit b981deb

Browse files
committed
fix: slightly improve alerts visibility
1 parent cbe31fd commit b981deb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Web/assets/typography.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
}
99

1010
.alert {
11-
@apply my-4 relative overflow-hidden w-full rounded-md p-4 flex gap-2.5 items-start text-(--ui-text-highlighted) bg-(--ui-bg-elevated)/50 ring ring-inset ring-(--ui-border-accented);
11+
@apply my-4 relative overflow-hidden w-full rounded-md p-4 flex gap-2.5 items-start text-(--ui-text-highlighted) bg-(--ui-bg-elevated)/50 ring ring-inset ring-(--ui-border);
1212

1313
&.alert-warning {
14-
@apply bg-(--ui-warning)/10 text-(--ui-warning) ring-(--ui-warning)/25;
14+
@apply bg-(--ui-warning)/10 text-(--ui-warning) ring-(--ui-warning)/25 [--tw-prose-links:var(--ui-warning)];
1515
}
1616

1717
&.alert-success {
18-
@apply bg-(--ui-success)/10 text-(--ui-success) ring-(--ui-success)/25;
18+
@apply bg-(--ui-success)/10 text-(--ui-success) ring-(--ui-success)/25 [--tw-prose-links:var(--ui-success)];
1919
}
2020

2121
div.alert-wrapper {

0 commit comments

Comments
 (0)