Skip to content

Commit 97f77cb

Browse files
authored
[Docs Site] Move GlossaryTooltip CSS from inline to global (#16117)
1 parent 70bdca7 commit 97f77cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/GlossaryTooltip.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const definition = prepend
4747
interactive: true,
4848
});
4949
}
50-
</script><style is:inline>
50+
</script><style is:global>
5151
.tippy-box {
5252
background-color: var(--sl-color-bg);
5353
color: var(--sl-color-white);

0 commit comments

Comments
 (0)