From ccc4f87a1416a1a070a6d623e8c310f713fc6bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Sat, 23 May 2026 14:02:30 +0300 Subject: [PATCH] refactor: replace SVG icon with external image logo in setup wizard and update styles --- index.html | 8 +------- styles.css | 8 ++++++++ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 2a551f1..ced0628 100644 --- a/index.html +++ b/index.html @@ -68,13 +68,7 @@
- - - - +

Initializing AI Engine

Dekupai requires a local Python environment to run the BiRefNet neural network models.

diff --git a/styles.css b/styles.css index 9c86eb3..66830c2 100644 --- a/styles.css +++ b/styles.css @@ -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;