diff options
Diffstat (limited to 'examples/docs/src')
-rw-r--r-- | examples/docs/src/layouts/Main.astro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/docs/src/layouts/Main.astro b/examples/docs/src/layouts/Main.astro index a0f1b6e86..bce5b1e6e 100644 --- a/examples/docs/src/layouts/Main.astro +++ b/examples/docs/src/layouts/Main.astro @@ -23,9 +23,10 @@ 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/x-icon" href="/favicon.ico" /> + <link rel="icon" type="image/x-icon" href="/favicon.ico" /> <style> body { |