Skip to content

Commit 3fbbb13

Browse files
authored
fix: make svelte announcer sr-only (#118)
1 parent 845ab80 commit 3fbbb13

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/app.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
@import 'tailwindcss';
22
@plugin '@tailwindcss/typography';
33

4+
#svelte-announcer {
5+
@apply sr-only;
6+
}
7+
48
svg {
59
@apply size-4.5;
610
}

0 commit comments

Comments
 (0)