Fix CSS in docs example (#1221)
This commit is contained in:
parent
a4a7685be1
commit
3bfd8c125e
1 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue