feat: add favicon (#44)

This commit is contained in:
Victor Westerlund 2024-07-07 10:37:01 +00:00 committed by GitHub
parent bef1bab522
commit 7cd41d3e13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 1 deletions

View file

@ -177,6 +177,10 @@ header nav {
padding: var(--padding); padding: var(--padding);
} }
header .logo {
fill: none;
}
header .logo path.stroke { header .logo path.stroke {
fill: var(--color-accent); fill: var(--color-accent);
} }

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="22"><g fill="none"><path class="solid" d="M12 22 0 0h24Z"/><path class="stroke" d="M12 17.823 20.63 2H3.37L12 17.823M12 22 0 0h24L12 22Z"/><g opacity=".5"><path class="solid" d="M24 22 12 0h24Z"/><path class="stroke" d="M24 17.823 32.63 2H15.37L24 17.823M24 22 12 0h24L24 22Z"/></g></g></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 22"><g><path class="solid" d="M12 22 0 0h24Z"/><path class="stroke" d="M12 17.823 20.63 2H3.37L12 17.823M12 22 0 0h24L12 22Z"/><g opacity=".5"><path class="solid" d="M24 22 12 0h24Z"/><path class="stroke" d="M24 17.823 32.63 2H15.37L24 17.823M24 22 12 0h24L24 22Z"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 336 B

View file

@ -42,6 +42,7 @@
<style><?= VV::css("document") ?></style> <style><?= VV::css("document") ?></style>
<title>Victor L. Westerlund</title> <title>Victor L. Westerlund</title>
<link rel="icon" href="/assets/media/vw.svg"/>
</head> </head>
<body> <body>
<header> <header>