Theme Auto

Allow theme to be “auto”

window.matchMedia('(prefers-color-scheme: dark)')
.addEventListener('change', event => { const theme = event.matches ? 'dark' : 'light'; });

Post type
💡 New feature
What part of Help Desk?
Messenger widget

Please authenticate to join the conversation.

Upvoters
Status

In Review

Board

Helpdesk

Date

23 days ago

Author

StepArena

Subscribe to post

Get notified by email when there are changes.