Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak selection color for paperlike style #52

Open
waldyrious opened this issue Apr 24, 2020 · 0 comments
Open

Tweak selection color for paperlike style #52

waldyrious opened this issue Apr 24, 2020 · 0 comments

Comments

@waldyrious
Copy link
Owner

waldyrious commented Apr 24, 2020

As originally mentioned in #41. Since then, ::selection became supported in the major browsers (e.g. it became unprefixed in Firefox in v62, released on 5 Sep 2018), so it should now be safe to use.

Some options:

  • A lemon-lime color resembling the fluorescent yellow of highlighter markers:
    ::selection { background-color: #EF6; }
  • A warmer yellow (maize), similar to Gold but not as dark:
    ::selection { background-color: #FE6; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant