feat: add theme colors to head of page
This commit is contained in:
parent
86a04fa6eb
commit
b1b6deda44
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
||||
<title>Viktor Kraastav – Reference Page</title>
|
||||
|
||||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#f8ebdd" />
|
||||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#2d4c5a" />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:site" content="@SebinNyshkim" />
|
||||
<meta name="twitter:creator" content="@SebinNyshkim" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue