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

Use data-theme attribute for themes on root element #1706

Merged
merged 2 commits into from Jun 26, 2022
Merged

Use data-theme attribute for themes on root element #1706

merged 2 commits into from Jun 26, 2022

Commits on Sep 20, 2021

  1. Use data attribute on html element for themes

    * Add custom CSS property --color-scheme
    
    * Remove theme check in setTheme function
    Shane4368 committed Sep 20, 2021
    Copy the full SHA
    935f94a View commit details
    Browse the repository at this point in the history
  2. Use html data-theme attribute in highlighter.tsx

    * Also declare --color-scheme property under each theme selector
    Shane4368 committed Sep 20, 2021
    Copy the full SHA
    56a5b3c View commit details
    Browse the repository at this point in the history