diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index a24cab32ef2..ce81d614c65 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -278,11 +278,6 @@ var siteSettings = { }, {rel: 'icon', href: '/img/favicon.png', type: 'image/png'}, {rel: 'icon', href: '/img/favicon.svg', type: 'image/svg+xml'}, - { - href: "https://unpkg.com/@stoplight/elements/styles.min.css", - type: "text/css", - crossorigin: "anonymous" - }, ], }; diff --git a/website/src/components/stoplight/index.js b/website/src/components/stoplight/index.js index c7d2731903c..bff43dd27c8 100644 --- a/website/src/components/stoplight/index.js +++ b/website/src/components/stoplight/index.js @@ -6,15 +6,22 @@ export default function Stoplight({ version }) { return null; } return ( - + <> + + + ); }