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
feat: Enhance theme management with type attribute #78
- Added `data-theme-type` attribute to the document element to indicate the current theme type (light or dark).
- Updated theme toggle functionality to set the theme type based on user selection and system preferences.
- Modified global styles to prevent Chrome's auto dark theme interference by configuring color schemes based on the theme type.
0 commit comments