Skip to content

Commit b563486

Browse files
authored
Highlight text issue fix (#1979)
1 parent b4b6cc9 commit b563486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/globals.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ div[id^="headlessui-menu-items"] {
148148
}
149149

150150
::selection {
151-
@apply bg-primary/50 dark:bg-primary;
151+
@apply bg-primary/50 dark:bg-primary/50;
152152
}
153153

154154
@media (prefers-color-scheme: dark) {

0 commit comments

Comments
 (0)