refactor: replace SVG icon with external image logo in setup wizard and update styles

This commit is contained in:
Ümit Tunç
2026-05-23 14:02:30 +03:00
parent 83ea8cc4f8
commit ccc4f87a14
2 changed files with 9 additions and 7 deletions
+8
View File
@@ -995,6 +995,14 @@ input[type="range"]::-webkit-slider-thumb:hover {
filter: drop-shadow(0 0 20px var(--accent-purple-glow));
}
.wizard-logo {
width: 64px;
height: 64px;
object-fit: contain;
filter: drop-shadow(0 0 15px rgba(255, 122, 0, 0.45));
border-radius: 8px;
}
.setup-wizard h1 {
font-family: var(--font-heading);
font-size: 26px;