refactor: replace SVG icon with external image logo in setup wizard and update styles
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user