improve logo and icon
This commit is contained in:
10
assets/icon-dark.svg
Normal file
10
assets/icon-dark.svg
Normal 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="#10B981" class="icon-text">d</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 281 B |
10
assets/icon-light.svg
Normal file
10
assets/icon-light.svg
Normal 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="#059669" class="icon-text">d</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 281 B |
@@ -7,6 +7,6 @@
|
||||
}
|
||||
</style>
|
||||
<text x="4" y="24" class="logo-text">
|
||||
<tspan fill="#F0F0F0">d</tspan><tspan fill="#AAAAAA">gray</tspan>
|
||||
<tspan fill="#10B981">d</tspan><tspan fill="#AAAAAA">gray</tspan>
|
||||
</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 339 B |
@@ -7,6 +7,6 @@
|
||||
}
|
||||
</style>
|
||||
<text x="4" y="24" class="logo-text">
|
||||
<tspan fill="#1A1A1A">d</tspan><tspan fill="#555555">gray</tspan>
|
||||
<tspan fill="#059669">d</tspan><tspan fill="#555555">gray</tspan>
|
||||
</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 339 B |
Reference in New Issue
Block a user