-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Description
Hello.
If the user's system prefers a dark theme and the dark mode toggle is set to automatic in the CMS toolbar, then some colors are different than in dark mode.
Is there a reason for this or is it a bug?
[data-theme="dark"]
--dca-gray: #ccc; // $gray-light; |
--dca-gray-darker: #ddd; //$gray; |
vs
prefers-color-scheme: dark
--dca-gray: #999; // $gray-light; |
--dca-gray-darker: #aaa; //$gray; |
Additional informations:
django-cms==4.1.2
/cc @PeterW-LWL
fsbraun
Metadata
Metadata
Assignees
Labels
No labels