|
640 | 640 | background: rgb(71 85 105); |
641 | 641 | } |
642 | 642 |
|
643 | | -/* —— Section nav dots —— */ |
644 | | -[data-theme="dark"] body.home-page .home-section-nav__dot { |
645 | | - background-color: rgb(71 85 105); |
| 643 | +/* —— Why us section —— */ |
| 644 | +[data-theme="dark"] body.home-page .home-why { |
| 645 | + background-color: rgb(15 23 42) !important; |
646 | 646 | } |
647 | 647 |
|
648 | | -[data-theme="dark"] body.home-page .home-section-nav__dot:hover { |
649 | | - background-color: rgb(148 163 184); |
| 648 | +[data-theme="dark"] body.home-page .home-why__eyebrow { |
| 649 | + background-color: rgb(30 41 59) !important; |
| 650 | + border-color: rgb(51 65 85) !important; |
| 651 | + color: rgb(203 213 225) !important; |
| 652 | + box-shadow: none; |
650 | 653 | } |
651 | 654 |
|
652 | | -[data-theme="dark"] body.home-page .home-section-nav__dot.is-active { |
653 | | - background-color: rgb(226 232 240); |
| 655 | +[data-theme="dark"] body.home-page .home-why__title, |
| 656 | +[data-theme="dark"] body.home-page .home-why__card-title { |
| 657 | + color: rgb(241 245 249) !important; |
| 658 | +} |
| 659 | + |
| 660 | +[data-theme="dark"] body.home-page .home-why__intro, |
| 661 | +[data-theme="dark"] body.home-page .home-why__card-text { |
| 662 | + color: rgb(148 163 184) !important; |
| 663 | +} |
| 664 | + |
| 665 | +[data-theme="dark"] body.home-page .home-why__card-text a { |
| 666 | + color: rgb(125 211 252) !important; |
| 667 | +} |
| 668 | + |
| 669 | +[data-theme="dark"] body.home-page .home-why__card { |
| 670 | + background-color: rgb(30 41 59) !important; |
| 671 | + border-color: rgb(51 65 85) !important; |
| 672 | +} |
| 673 | + |
| 674 | +[data-theme="dark"] body.home-page .home-why__card:hover { |
| 675 | + background-color: rgb(51 65 85 / 0.45) !important; |
| 676 | + border-color: rgb(71 85 105) !important; |
| 677 | +} |
| 678 | + |
| 679 | +[data-theme="dark"] body.home-page .home-why__perk { |
| 680 | + background-color: rgb(30 41 59) !important; |
| 681 | + border-color: rgb(51 65 85) !important; |
| 682 | + color: rgb(203 213 225) !important; |
654 | 683 | } |
655 | 684 |
|
656 | | -/* —— Why section bullet area —— */ |
657 | | -[data-theme="dark"] body.home-page #why .bg-gray-50\/80 { |
658 | | - background-color: rgb(30 41 59 / 0.8) !important; |
| 685 | +[data-theme="dark"] body.home-page .home-why__perk-icon { |
| 686 | + color: rgb(52 211 153) !important; |
659 | 687 | } |
660 | 688 |
|
661 | 689 | /* —— Breadcrumbs —— */ |
|
0 commit comments