summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar Marcus Otterström <35617441+MarcusOtter@users.noreply.github.com> 2021-08-25 01:41:42 +0200
committerGravatar GitHub <noreply@github.com> 2021-08-24 16:41:42 -0700
commit3bfd8c125e57879f6d0d3a828943a16199c8fb9c (patch)
treea43fc780039a6970a30c07a3493d86f5767f4f73 /examples
parenta4a7685be1bddea80883a17dae0492ad941aa59e (diff)
downloadastro-3bfd8c125e57879f6d0d3a828943a16199c8fb9c.tar.gz
astro-3bfd8c125e57879f6d0d3a828943a16199c8fb9c.tar.zst
astro-3bfd8c125e57879f6d0d3a828943a16199c8fb9c.zip
Fix CSS in docs example (#1221)
Diffstat (limited to 'examples')
-rw-r--r--examples/docs/src/layouts/Main.astro5
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 {