Help me understand adminLTE dark mode concept #5658
Unanswered
brendan-pike
asked this question in
Q&A
Replies: 1 comment
-
Check the progress and updates for AdminLTE v4 release here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've enjoyed building on adminLTE however I've found that it does not use or browser/user preference detection color-scheme ie. https://dev.to/ziratsu/switch-to-a-darker-image-when-on-dark-mode-2lkh
which then means we can't make use of @media (prefers-color-scheme) in our css and correct dark support for things like html
Where as adminLTE relies on body.dark-mode so I'm trying to understand why its been implemented this way and if there is a way for the two to co-exist?
Beta Was this translation helpful? Give feedback.
All reactions