Skip to content

Commit

Permalink
selection color
Browse files Browse the repository at this point in the history
  • Loading branch information
webdevsk committed May 27, 2021
1 parent 2a80de4 commit ca9a6a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
5 changes: 5 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
--switch-shadow-to: #5A616600;
}

::selection{
color: var(--bg-theme);
background-color: var(--link-theme);
}


*{
padding: 0;
Expand Down

0 comments on commit ca9a6a6

Please sign in to comment.