hi jfistelmann
How about using different CSS styles for different appearances? The following CSS works correctly in Light mode but appears unclear in Dark mode.
<style> .badge.bg-light { color: #343a40 !important; background-color: #e6ebef !important; } </style>
hi
The issue is resolved when using https.
Thanks。
Thanks maliming