Skip to content

Commit

Permalink
fix: selection color in dark mode
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Nov 30, 2023
1 parent 0866177 commit f289cc7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/styles/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ html {
text-shadow: none;
}

[data-theme='dark'] ::selection {
color: theme(colors.always.neutral.800);
}

::view-transition-new(root) {
animation: turnOff 800ms ease-in-out;
}
Expand Down

1 comment on commit f289cc7

@vercel
Copy link

@vercel vercel bot commented on f289cc7 Nov 30, 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 – ./

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

Please sign in to comment.