Skip to content

Commit

Permalink
Merge pull request #62 from bhatiaarpit/main
Browse files Browse the repository at this point in the history
text selection bug solved in home page
  • Loading branch information
JAYESHBATRA authored Jan 4, 2024
2 parents 51d5431 + 9e8442f commit 6723aac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ html.sr .load-hidden {
background: linear-gradient(to top, #2294ed , #1d69a3);
}


::selection {
background: var(--accent-color);
color: #fff;
}

body {
font-family: "Poppins", sans-serif;
color: var(--primary-text-color);
Expand Down

0 comments on commit 6723aac

Please sign in to comment.