Skip to content

Commit

Permalink
fix: text shadow when select the anchor link
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed Oct 15, 2023
1 parent 1acf473 commit 9bd856a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ html {
::selection {
background-color: var(--theme-color);
color: theme(colors.always.white);
text-shadow: none;
}

[data-theme='dark'] ::selection {
Expand Down

1 comment on commit 9bd856a

@vercel
Copy link

@vercel vercel bot commented on 9bd856a Oct 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

shiro-git-main-innei.vercel.app
shiro-innei.vercel.app
innei.in
springtide.vercel.app

Please sign in to comment.