Mattimax commited on
Commit
44b8524
·
verified ·
1 Parent(s): be5b46b

Manual changes saved

Browse files
Files changed (1) hide show
  1. index.html +6 -5
index.html CHANGED
@@ -10,7 +10,7 @@
10
  --bg-dark: #000000;
11
  --bg-sidebar: rgba(20, 20, 20, 0.9);
12
  --bg-glass: rgba(255, 255, 255, 0.04);
13
- /* Gradiente più compatto per diminuire l'ampiezza cromatica */
14
  --primary-rainbow: linear-gradient(90deg, #4285f4, #9b72cb, #d96570, #4285f4);
15
  --text-main: #f0f0f0;
16
  --text-muted: #808080;
@@ -154,19 +154,20 @@
154
  position: absolute;
155
  top: 50%; left: 50%;
156
  transform: translate(-50%, -50%);
157
- width: 220px; height: 220px; /* Ampiezza diminuita */
158
  background: var(--primary-rainbow);
159
  background-size: 300%;
160
- filter: blur(60px); /* Blur più contenuto */
161
  opacity: 0.3;
162
  border-radius: 50%;
 
163
  animation: rainbow-pulse 4s infinite linear;
164
  }
165
 
166
  .logo-text {
167
- font-family: "Arial Black", "Arial Bold", Arial, sans-serif; /* Arial Bold */
168
  font-weight: 900;
169
- font-size: 6rem;
170
  letter-spacing: -3px;
171
  color: #ffffff;
172
  position: relative;
 
10
  --bg-dark: #000000;
11
  --bg-sidebar: rgba(20, 20, 20, 0.9);
12
  --bg-glass: rgba(255, 255, 255, 0.04);
13
+ /* Gradiente compatto per l'aura */
14
  --primary-rainbow: linear-gradient(90deg, #4285f4, #9b72cb, #d96570, #4285f4);
15
  --text-main: #f0f0f0;
16
  --text-muted: #808080;
 
154
  position: absolute;
155
  top: 50%; left: 50%;
156
  transform: translate(-50%, -50%);
157
+ width: 220px; height: 220px;
158
  background: var(--primary-rainbow);
159
  background-size: 300%;
160
+ filter: blur(60px);
161
  opacity: 0.3;
162
  border-radius: 50%;
163
+ /* Questa è l'animazione che fa cambiare i colori */
164
  animation: rainbow-pulse 4s infinite linear;
165
  }
166
 
167
  .logo-text {
168
+ font-family: "Arial Black", "Arial Bold", Arial, sans-serif;
169
  font-weight: 900;
170
+ font-size: 5rem; /* RIDOTTO da 6rem a 5rem */
171
  letter-spacing: -3px;
172
  color: #ffffff;
173
  position: relative;