Skip to content

Commit

Permalink
chore(#120): add color sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Aug 1, 2024
1 parent 0c87c61 commit 6d17e6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/viewer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ router.get(/.*/, async (req: Request, res: Response) => {
<html>
<head>
<title>${title}</title>
<link rel="stylesheet" type="text/css" href="/static/colors.css"/>
<link rel="stylesheet" type="text/css" href="/static/style.css"/>
<link rel="stylesheet" type="text/css" href="/static/markdown.css"/>
<link rel="stylesheet" type="text/css" href="/static/highlight.css">
Expand Down

0 comments on commit 6d17e6f

Please sign in to comment.