Skip to content

Commit

Permalink
fix(demo): add is:global directive to style (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
theisel committed Oct 10, 2023
1 parent 6765eae commit 1b42231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import value from "../data/portabletext.json";
<PortableText value={value} />
</Layout>

<style>
<style is:global>
code {
background: darkslategray;
border-radius: 0.25rem;
Expand Down

0 comments on commit 1b42231

Please sign in to comment.