style: improve docs branding and header
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
||||
<rect width="64" height="64" rx="14" fill="#7c3aed"/>
|
||||
<path d="M15 45V19h8l9 14 9-14h8v26h-8V31L32 44 23 31v14z" fill="white"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 200 B |
@@ -0,0 +1,10 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
||||
<defs>
|
||||
<linearGradient id="mediary-gradient" x1="8" y1="4" x2="56" y2="60" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#8b5cf6"/>
|
||||
<stop offset="1" stop-color="#6d28d9"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="64" height="64" rx="14" fill="url(#mediary-gradient)"/>
|
||||
<path d="M15 45V19h8l9 14 9-14h8v26h-8V31L32 44 23 31v14z" fill="#fff"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 440 B |
Reference in New Issue
Block a user