This commit is contained in:
2026-01-28 15:29:36 +01:00
parent 0580d3a339
commit c9e18df0b7
7 changed files with 83 additions and 6 deletions

10
assets/icon.svg Normal file
View File

@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<style>
.icon-text {
font-family: 'Space Grotesk', system-ui, sans-serif;
font-weight: 700;
font-size: 28px;
}
</style>
<text x="6" y="26" fill="currentColor" class="icon-text">d</text>
</svg>

After

Width:  |  Height:  |  Size: 286 B

12
assets/logo-dark.svg Normal file
View File

@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 32">
<style>
.logo-text {
font-family: 'Space Grotesk', system-ui, sans-serif;
font-weight: 700;
font-size: 24px;
}
</style>
<text x="4" y="24" class="logo-text">
<tspan fill="#F0F0F0">d</tspan><tspan fill="#AAAAAA">gray</tspan>
</text>
</svg>

After

Width:  |  Height:  |  Size: 339 B

12
assets/logo-light.svg Normal file
View File

@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 32">
<style>
.logo-text {
font-family: 'Space Grotesk', system-ui, sans-serif;
font-weight: 700;
font-size: 24px;
}
</style>
<text x="4" y="24" class="logo-text">
<tspan fill="#1A1A1A">d</tspan><tspan fill="#555555">gray</tspan>
</text>
</svg>

After

Width:  |  Height:  |  Size: 339 B

12
assets/logo.svg Normal file
View File

@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 32">
<style>
.logo-text {
font-family: 'Space Grotesk', system-ui, sans-serif;
font-weight: 700;
font-size: 24px;
}
</style>
<text x="4" y="24" class="logo-text">
<tspan fill="currentColor">d</tspan><tspan fill="currentColor" opacity="0.6">gray</tspan>
</text>
</svg>

After

Width:  |  Height:  |  Size: 363 B