Skip to content

Commit

Permalink
feat: update selection color
Browse files Browse the repository at this point in the history
Signed-off-by: Aaqa Ishtyaq <[email protected]>
  • Loading branch information
aaqaishtyaq committed Mar 13, 2024
1 parent 460a303 commit 9256794
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sass/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
--visitedhov: #ffffff;
--visitedhovbg: #1d1f21;
--title: #1d1f21;
// --hackerrank: #62ff87;
--selection-fg: #ff98be;
}

@media (prefers-color-scheme: dark) {
Expand Down Expand Up @@ -86,6 +86,6 @@
--visitedhov: #fdf4c1;
--visitedhovbg: #282828;
--title: #eaeaea;
// --hackerrank: #62ff87;
--selection-fg: #3d0428;
}
}
6 changes: 2 additions & 4 deletions sass/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -282,13 +282,11 @@ li {
}

::selection {
background: var(--purple);
color: var(--bg_h);
background: var(--selection-fg);
}

a::selection {
background: var(--purple);
color: var(--bg_h);
background: var(--selection-fg);
}
.center {
width: 50%;
Expand Down

0 comments on commit 9256794

Please sign in to comment.