diff --git a/docs/_includes/status.njk b/docs/_includes/status.njk
index 3ba32a88f..d9f619eeb 100644
--- a/docs/_includes/status.njk
+++ b/docs/_includes/status.njk
@@ -1,22 +1,22 @@
{% if since -%}
- Since {{ since }}
+ Since {{ since }}
{% endif -%}
{%- if status %}
{%- if status == "wip" %}
-
+
Work In Progress
{%- elif status == "experimental" %}
-
+
Experimental
{%- elif status == "stable" %}
- Stable
+ Stable
{%- else %}
- {{ status}}
+ {{ status}}
{%- endif -%}
{%- endif %}
diff --git a/docs/docs/palettes/app/tweak.css b/docs/docs/palettes/app/tweak.css
index 2aaf7ab7e..f849fe774 100644
--- a/docs/docs/palettes/app/tweak.css
+++ b/docs/docs/palettes/app/tweak.css
@@ -335,6 +335,10 @@ wa-dropdown > .color.swatch {
margin-inline-start: var(--wa-space-xs);
}
+.seeded wa-badge.status {
+ display: none;
+}
+
.selected-swatch,
.color-select wa-option::before {
content: '';