diff --git a/docs/ensnode.io/src/styles/starlight.css b/docs/ensnode.io/src/styles/starlight.css index 7859a8810..0c72a6f63 100644 --- a/docs/ensnode.io/src/styles/starlight.css +++ b/docs/ensnode.io/src/styles/starlight.css @@ -668,9 +668,10 @@ starlight-tabs ul[role="tablist"] { /* Radius + overflow live on the figure so the horizontal scrollbar inside
 gets clipped by the rounded shape instead of overlapping it. */
-.sl-markdown-content .expressive-code .frame:not(.not-content) {
+.sl-markdown-content .expressive-code .frame {
   border-radius: 12px;
   overflow: hidden;
+  box-shadow: none;
   border-color: color-mix(in srgb, var(--sl-color-gray-5), transparent 25%);
 }