Dark mode: text selection is barely visible #1855
laenzlinger
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
The default browser
::selectionhighlight is nearly invisible against PaperMod's dark background. No::selectionstyles are defined in the theme, so it falls back to the browser default (typically a blue that blends into the dark background of#1d1e20).This affects all major browsers (Chrome, Firefox, Safari, Edge) since their default selection colors have poor contrast against the dark theme.
Suggested fix
Add
::selectionstyles for dark mode in the theme CSS:Workaround
Add the above CSS to
assets/css/extended/.Beta Was this translation helpful? Give feedback.
All reactions