Skip to content

Commit

Permalink
Merge pull request #366 from appwrite/text-selection-style
Browse files Browse the repository at this point in the history
Customize `select` style
  • Loading branch information
ArmanNik authored Mar 8, 2024
2 parents d7a0352 + 584b0c1 commit 8c02f60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/scss/2-resets/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ body {
/* focus styles */
box-shadow: var(--focus-box-shadow);
}

::selection {
color: hsl(var(--aw-color-black)); -webkit-text-fill-color: hsl(var(--aw-color-black));
background-color: hsl(var(--aw-color-mint-500)); background-clip:revert; -webkit-background-clip:revert;
}

0 comments on commit 8c02f60

Please sign in to comment.