ggrandes commented on PR #1524: URL: https://github.com/apache/activemq/pull/1524#issuecomment-3476253425
@sergio-d-lemos : This CSS is automatic/dynamic and respects the system/browser configuration/preference; if the user does not require dark mode, the inner style/filter is not activated. ```css @media (prefers-color-scheme: dark) ``` Reference [doc](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
