Skip to content

Commit

Permalink
feat: fade light theme selection color for better code visibility
Browse files Browse the repository at this point in the history
Signed-off-by: Aaqa Ishtyaq <[email protected]>
  • Loading branch information
aaqaishtyaq committed Mar 19, 2024
1 parent 6775dbe commit f501e44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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;
--selection-fg: #ff98be;
--selection-fg: #ffb5d2;
}

@media (prefers-color-scheme: dark) {
Expand Down
1 change: 1 addition & 0 deletions sass/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ li {
a::selection {
background: var(--selection-fg);
}

.center {
width: 50%;
}
Expand Down

0 comments on commit f501e44

Please sign in to comment.