diff --git a/packages/ui/components/Typography.wrn b/packages/ui/components/Typography.wrn index a94134a3..18dd2c3e 100644 --- a/packages/ui/components/Typography.wrn +++ b/packages/ui/components/Typography.wrn @@ -90,7 +90,7 @@ component Typography { /* Prose styles apply to raw markup only. Every nested UI component renders inside a `.wrn-component` wrapper, so excluding that subtree stops these element rules from doubling up on a component's own styling — a nested -
otherwise drew two left borders, its own plus this one. + Blockquote otherwise drew two left borders, its own plus this one. The exclusion lives inside :where() so specificity stays at zero and an application can still override any of these with a plain class. */ .wrn-typography :where(h1):not(:where(.wrn-typography .wrn-component *)) { font-size: clamp(2rem, 4vw, 3.5rem); margin: 0 0 1.5rem; }