Hello, how can I create dark mode styles for elements that are not currently included? for example:
<div class="dd nestable-with-handle">
<ol class="dd-list">
</div>
Hi,
You can use custom css and the core CSS variable to override their styles:
.dd {
background-color: var(--bs-gray-700);
}
https://preview.keenthemes.com/metronic8/demo1/assets/css/style.bundle.css