diff options
Diffstat (limited to 'examples/docs/src/layouts/Main.astro')
-rw-r--r-- | examples/docs/src/layouts/Main.astro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/docs/src/layouts/Main.astro b/examples/docs/src/layouts/Main.astro index 47b09a18f..a00552b36 100644 --- a/examples/docs/src/layouts/Main.astro +++ b/examples/docs/src/layouts/Main.astro @@ -23,6 +23,8 @@ const githubEditUrl = `https://github.com/USER/REPO/blob/main/${currentFile}` <title>{content.title}</title> <link rel="stylesheet" href="/index.css" /> + <link rel="stylesheet" href="/theme.css" /> + <link rel="stylesheet" href="/code.css" /> <script src="/theme.js" /> <link rel="icon" type="image/svg+xml" |