Using Tailwind?
Set color-scheme: none
CSS property to ensure proper styling of the dark-theme badge.
Take advantage of the Status pages by integrating a real-time status badge. This badge, implemented as an <iframe>
, displays the current status of your services directly within your application or web page.
<iframe>
code.Use theme=dark
query parameter to get a badge for dark-themed websites. For light websites, use theme=light
. Here's an example code for a dark-themed status badge:
<iframe src="https://status.betterstack.com/badge?theme=dark" width="250" height="30" frameborder="0" scrolling="no"></iframe>
Set color-scheme: none
CSS property to ensure proper styling of the dark-theme badge.