Skip to content

Commit 9bd856a

Browse files
committed
fix: text shadow when select the anchor link
1 parent 1acf473 commit 9bd856a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/styles/variables.css

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ html {
2727
::selection {
2828
background-color: var(--theme-color);
2929
color: theme(colors.always.white);
30+
text-shadow: none;
3031
}
3132

3233
[data-theme='dark'] ::selection {

0 commit comments

Comments
 (0)