Skip to content

Commit

Permalink
fix: contrast theming for text selection
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed Jan 28, 2025
1 parent 2afe279 commit d28f03f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/assets/styles/base/_base.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ main section:last-of-type:not(:first-of-type) {
color: var(--fl-fgColor, white);
}

/* Selection */
::selection {
background-color: var(--fl-selectedBgColor, highlight);
color: var(--fl-selectedFgColor, highlighttext);
}

/* Image Theming */
.fl-theme-bw,
.fl-theme-wb,
Expand Down

0 comments on commit d28f03f

Please sign in to comment.