standards-hub / docs

A documentation template made with Nuxt UI Pro.
https://standards-hub.github.io/docs/
0 stars 0 forks source link

[FEATURE] Image Constructor .dark #165

Open jpradocueva opened 1 month ago

jpradocueva commented 1 month ago
FroudeDescartes commented 1 month ago
<div class="dark:bg-black pt-3 pb-3 mx-32">
<figure class="dark:invert flex flex-col justify-center items-center m-4">
    <img src="/images/lwm2m/overall_architecture.drawio.svg" alt="Overal LwM2M Architecture">
    <figcaption><em class="dark:text-neutral-600">Overal LwM2M Architecture</em></figcaption>
</figure>
</div>
FroudeDescartes commented 1 month ago

PR resolving this issue

FroudeDescartes commented 1 month ago