You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.
I may explore making a PR for this, but it would be very useful I think to generate a .light class that can be used to set all of the properties to light mode again, in the same way that the .dark class works.
My use case is in dark mode, there are certain sections that I want to still force to be light mode. I can do the reverse of what I want by setting class="dark" on the parent of the section if the page is in light mode, but I can't do class="light" if the page is in dark mode.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I may explore making a PR for this, but it would be very useful I think to generate a
.light
class that can be used to set all of the properties to light mode again, in the same way that the.dark
class works.My use case is in dark mode, there are certain sections that I want to still force to be light mode. I can do the reverse of what I want by setting
class="dark"
on the parent of the section if the page is in light mode, but I can't doclass="light"
if the page is in dark mode.The text was updated successfully, but these errors were encountered: