Add CSS in example project: docs (#1062)

This commit is contained in:
Marcus Otterström 2021-08-09 00:10:26 +02:00 committed by GitHub
parent a64a703246
commit 4f096cbe6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"