|
573 | 573 |
|
574 | 574 | * { |
575 | 575 | scrollbar-width: thin; |
576 | | - scrollbar-color: rgba(145, 175, 196, 0.42) transparent; |
| 576 | + scrollbar-color: rgba(116, 132, 154, 0.9) rgba(7, 14, 27, 0.96); |
577 | 577 | } |
578 | 578 |
|
579 | 579 | *::-webkit-scrollbar { |
580 | | - width: 10px; |
581 | | - height: 10px; |
| 580 | + width: 14px; |
| 581 | + height: 14px; |
582 | 582 | } |
583 | 583 |
|
584 | 584 | *::-webkit-scrollbar-track { |
585 | | - background: transparent; |
| 585 | + background: #070e1b; |
| 586 | + border-left: 1px solid rgba(32, 227, 255, 0.10); |
586 | 587 | } |
587 | 588 |
|
588 | 589 | *::-webkit-scrollbar-thumb { |
589 | 590 | min-height: 56px; |
590 | | - border: 3px solid transparent; |
| 591 | + border: 4px solid #070e1b; |
591 | 592 | border-radius: 999px; |
592 | | - background: |
593 | | - linear-gradient( |
594 | | - 180deg, |
595 | | - rgba(234, 247, 255, 0.54), |
596 | | - rgba(32, 227, 255, 0.36) |
597 | | - ) |
598 | | - padding-box; |
599 | | - box-shadow: inset 0 0 0 1px rgba(234, 247, 255, 0.12); |
| 593 | + background: #74849a; |
| 594 | + box-shadow: |
| 595 | + inset 0 0 0 1px rgba(234, 247, 255, 0.10), |
| 596 | + 0 0 14px rgba(32, 227, 255, 0.08); |
600 | 597 | } |
601 | 598 |
|
602 | 599 | *::-webkit-scrollbar-thumb:hover { |
603 | | - background: |
604 | | - linear-gradient( |
605 | | - 180deg, |
606 | | - rgba(234, 247, 255, 0.68), |
607 | | - rgba(32, 227, 255, 0.5) |
608 | | - ) |
609 | | - padding-box; |
| 600 | + background: #8fa0b8; |
610 | 601 | } |
611 | 602 |
|
612 | 603 | *::-webkit-scrollbar-corner, |
613 | 604 | *::-webkit-scrollbar-button { |
614 | | - display: none; |
615 | | - width: 0; |
616 | | - height: 0; |
| 605 | + background: #070e1b; |
617 | 606 | } |
0 commit comments