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

allow to override prefers-color-scheme via url param for guests #29940

Commits on Nov 27, 2021

  1. allow to override prefers-color-scheme via url param for guests

    using ?force-color-scheme=light should make the theme light and ?force-color-scheme=dark should make it dark.
    Useful for iframes to match a website theme and to send a specific theme to a guest.
    
    Signed-off-by: jonathanmmm <32403139+jonathanmmm@users.noreply.github.com>
    jonathanmmm committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    06cd8e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    e3c012b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ad68c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Configuration menu
    Copy the full SHA
    fde70cd View commit details
    Browse the repository at this point in the history