Skip to content

Commit fcba5fd

Browse files
committed
Highlight text issue fix
1 parent b4b6cc9 commit fcba5fd

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)