|
4 | 4 | --animation-speed-fast: 0.4s; |
5 | 5 | --animation-speed-ultrafast: 0.2s; |
6 | 6 |
|
7 | | - --primary-color: #641ae6; |
8 | | - --secondary-color: #d425a6; |
9 | | - --accent-color: #1a9389; |
10 | | - |
11 | 7 | --easing-bounce: cubic-bezier(0.175, 0.885, 0.32, 1.275); |
12 | 8 | --easing-smooth: cubic-bezier(0.33, 1, 0.68, 1); |
13 | 9 | --easing-elastic: cubic-bezier(0.7, -0.4, 0.4, 1.4); |
| 10 | + |
| 11 | + --primary: #641ae6; |
14 | 12 | } |
15 | 13 |
|
16 | 14 | .anim-slow { |
|
393 | 391 |
|
394 | 392 | .anim-typing { |
395 | 393 | overflow: hidden; |
396 | | - border-right: 3px solid var(--primary-color); |
| 394 | + border-right: 3px solid var(--primary); |
397 | 395 | white-space: nowrap; |
398 | 396 | margin: 0 auto; |
399 | 397 | letter-spacing: 1px; |
|
415 | 413 | border-color: transparent; |
416 | 414 | } |
417 | 415 | 50% { |
418 | | - border-color: var(--primary-color); |
| 416 | + border-color: var(--primary); |
419 | 417 | } |
420 | 418 | } |
421 | 419 |
|
|
460 | 458 | height: 3px; |
461 | 459 | bottom: -5px; |
462 | 460 | left: 0; |
463 | | - background-color: var(--primary-color); |
| 461 | + background-color: var(--primary); |
464 | 462 | transition: width 0.5s ease; |
465 | 463 | } |
466 | 464 |
|
|
529 | 527 | left: -50%; |
530 | 528 | width: 200%; |
531 | 529 | height: 200%; |
532 | | - background: linear-gradient( |
533 | | - to bottom right, |
534 | | - rgba(255, 255, 255, 0.1) 0%, |
535 | | - rgba(255, 255, 255, 0.05) 25%, |
536 | | - transparent 50% |
537 | | - ); |
| 530 | + background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 25%, transparent 50%); |
538 | 531 | transform: rotate(30deg); |
539 | 532 | transition: transform 0.7s ease; |
540 | 533 | } |
|
0 commit comments