Update dashboard styles and branding to reflect HexaHost theme. Change primary colors, background gradients, and text styles across various components. Enhance layout and navigation elements for improved user experience.
This commit is contained in:
11
dashboard/public/favicon.svg
Normal file
11
dashboard/public/favicon.svg
Normal file
@@ -0,0 +1,11 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
||||
<defs>
|
||||
<linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#ff51f9"/>
|
||||
<stop offset="100%" stop-color="#a348ff"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<polygon points="32,4 56,18 56,46 32,60 8,46 8,18" fill="url(#g)" stroke="#3978ff" stroke-width="2" stroke-linejoin="round"/>
|
||||
<path d="M32 16 L45 48 H39.2 L36 39 H28 L24.8 48 H19 Z M27.2 35 H36.8 L32 23 Z" fill="#fff"/>
|
||||
<rect x="26.5" y="34" width="11" height="2.5" rx="1" fill="#00cfff"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 565 B |
Reference in New Issue
Block a user