Skip to content

Commit

Permalink
feat: add drag color
Browse files Browse the repository at this point in the history
  • Loading branch information
kyuhho committed Jul 2, 2024
1 parent 54d4d91 commit 42ae9d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/GlobalStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,8 @@ export const GlobalStyle = createGlobalStyle`
a {
text-decoration: none;
}
::selection {
background: #c2f3f0;
}
`;

0 comments on commit 42ae9d5

Please sign in to comment.