agregando archivos de customization
All checks were successful
deploy-authentik / deploy (push) Successful in 22s

This commit is contained in:
2025-10-05 19:35:48 -06:00
parent 9044bada5c
commit d51ad0191e
6 changed files with 802 additions and 1 deletions

25
media/favicon.svg Normal file
View File

@@ -0,0 +1,25 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
<defs>
<linearGradient id="favGold" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#f59e0b"/>
<stop offset="100%" style="stop-color:#d97706"/>
</linearGradient>
<linearGradient id="favBlue" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#3b82f6"/>
<stop offset="100%" style="stop-color:#1e3a8a"/>
</linearGradient>
</defs>
<!-- Background -->
<rect width="32" height="32" rx="6" fill="url(#favBlue)"/>
<!-- Coffee bean -->
<ellipse cx="16" cy="16" rx="7" ry="10" fill="url(#favGold)" transform="rotate(20 16 16)"/>
<!-- Bean crease -->
<path d="M 16 9 Q 17.5 16, 16 23" stroke="#1e3a8a" stroke-width="1.5" fill="none"/>
<!-- "N" letter -->
<path d="M 11 10 L 11 22 M 11 10 L 21 22 M 21 10 L 21 22"
stroke="white" stroke-width="2" stroke-linecap="round" opacity="0.9"/>
</svg>

After

Width:  |  Height:  |  Size: 973 B