Skip to content

Commit e3b41d6

Browse files
committed
fix: selection color in dark mode
1 parent 8cc7a86 commit e3b41d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/variables.css

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ html {
2929
color: theme(colors.always.white);
3030
}
3131

32+
[data-theme='dark']::selection {
33+
color: theme(colors.always.neutral.800);
34+
}
35+
3236
::view-transition-old(root),
3337
::view-transition-new(root) {
3438
animation: none;

0 commit comments

Comments
 (0)