Skip to content

Commit

Permalink
Add dark theme to theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbade committed Mar 3, 2023
1 parent 3dd6b26 commit 5ff52c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Assistant">
<link rel="apple-touch-icon" href="/icon.png">
<meta name="theme-color" content="#fff">
<meta name="theme-color" content="white" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="hsl(215, 20%, 10%)" media="(prefers-color-scheme: dark)">
<link rel="stylesheet" href="style.css?1" type="text/css">
<script src="https://cdn.jsdelivr.net/npm/marked@4/marked.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/dompurify@3/dist/purify.min.js"></script>
Expand Down

0 comments on commit 5ff52c7

Please sign in to comment.