Skip to content

Commit

Permalink
feat: use a better color for the text selection in the light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaroslav Horetskyi committed May 3, 2024
1 parent 6b7f38b commit 075cdec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ p + p {
@apply bg-gradient-to-r to-secondary from-blue-700;
}

/* We use this color just one time */
.light {
::selection {
@apply bg-secondary;
background: #d4b5d4;
}
}

Expand Down

0 comments on commit 075cdec

Please sign in to comment.