Skip to content

Commit

Permalink
fix text selection color
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarsotovalero committed Jan 6, 2025
1 parent 2b00388 commit 0d6b99b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified .jekyll-metadata
Binary file not shown.
6 changes: 3 additions & 3 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -355,14 +355,14 @@ hr.small {
}

::-moz-selection {
color: var(--footer-color);
color: var(--main-background-color);
background: var(--main-text-color);
}

::selection {
color: var(--footer-color);
color: var(--main-background-color);
text-shadow: none;
background: var(--footer-color);
background: var(--main-text-color);
}

img::selection {
Expand Down

0 comments on commit 0d6b99b

Please sign in to comment.