feat: add dash favicon

This commit is contained in:
Federico Jaramillo Martinez
2026-05-21 15:52:17 +02:00
parent ffb2942ead
commit 13bb8e4227
10 changed files with 47 additions and 19 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>Pi Web</title>
<title>PI WEB</title>
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<style>
:root {
color-scheme: dark;
+11
View File
@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" role="img" aria-labelledby="title desc">
<title id="title">piweb mark</title>
<desc id="desc">A horizontal brand bar.</desc>
<style>
.bar { fill: #00f0d8; }
@media (prefers-color-scheme: light) {
.bar { fill: #008c82; }
}
</style>
<rect class="bar" x="128" y="448" width="768" height="128"/>
</svg>

After

Width:  |  Height:  |  Size: 391 B