Set theme color

This commit is contained in:
Mikkel Svartveit 2023-10-18 22:54:50 -07:00
parent 1b81a7bcf4
commit 296d8c8874

View file

@ -22,6 +22,7 @@ const fullTitle = `${title ? title + " " : ""}Mikkel Svartveit`;
name="description"
content="Hi, I'm Mikkel! I am a Computer Science student from Norway and this is my playground. Here you will find some programming projects, and a small collection of photos I'm proud of."
/>
<meta name="theme-color" content="#facc15" />
<ViewTransitions fallback="swap" />
</head>