Skip to content

Commit 136d7d0

Browse files
committed
Updated Few Ui Clutterness
1 parent c090de2 commit 136d7d0

8 files changed

Lines changed: 250 additions & 178 deletions

File tree

assets/css/modern-dark-theme.css

Lines changed: 42 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -623,16 +623,19 @@
623623
}
624624

625625
/* —— About us —— */
626-
[data-theme="dark"] body.home-page .about-hero__panel {
626+
[data-theme="dark"] body.home-page .about-hero__panel,
627+
[data-theme="dark"] body.home-page .about-cta__panel {
627628
border-color: rgb(71 85 105 / 0.8);
628629
background-image: linear-gradient(to bottom right, rgb(30 41 59), rgb(15 23 42), rgb(30 58 95 / 0.35));
629630
}
630631

631-
[data-theme="dark"] body.home-page .about-hero__glow {
632+
[data-theme="dark"] body.home-page .about-hero__glow,
633+
[data-theme="dark"] body.home-page .about-cta__glow {
632634
background-color: rgb(56 189 248 / 0.15);
633635
}
634636

635-
[data-theme="dark"] body.home-page .about-hero__eyebrow {
637+
[data-theme="dark"] body.home-page .about-hero__eyebrow,
638+
[data-theme="dark"] body.home-page .about-cta__eyebrow {
636639
color: rgb(56 189 248);
637640
}
638641

@@ -641,7 +644,8 @@
641644
[data-theme="dark"] body.home-page .about-stat__value,
642645
[data-theme="dark"] body.home-page .about-team-card__name,
643646
[data-theme="dark"] body.home-page .about-connect-card__title,
644-
[data-theme="dark"] body.home-page .about-pillar__title {
647+
[data-theme="dark"] body.home-page .about-pillar__title,
648+
[data-theme="dark"] body.home-page .about-cta__title {
645649
color: rgb(241 245 249);
646650
}
647651

@@ -652,7 +656,8 @@
652656
[data-theme="dark"] body.home-page .about-pillar__text,
653657
[data-theme="dark"] body.home-page .about-stat__label,
654658
[data-theme="dark"] body.home-page .about-team-card__role,
655-
[data-theme="dark"] body.home-page .about-connect-card__desc {
659+
[data-theme="dark"] body.home-page .about-connect-card__desc,
660+
[data-theme="dark"] body.home-page .about-cta__text {
656661
color: rgb(148 163 184);
657662
}
658663

@@ -667,44 +672,57 @@
667672
background-color: rgb(51 65 85);
668673
}
669674

670-
[data-theme="dark"] body.home-page .about-card,
675+
[data-theme="dark"] body.home-page .about-card {
676+
border-color: rgb(71 85 105 / 0.8);
677+
background-color: rgb(30 41 59);
678+
}
679+
671680
[data-theme="dark"] body.home-page .about-stat,
681+
[data-theme="dark"] body.home-page .about-mission-perk,
672682
[data-theme="dark"] body.home-page .about-team-card,
673683
[data-theme="dark"] body.home-page .about-connect-card {
674-
border-color: rgb(71 85 105 / 0.8);
675-
background-color: rgb(30 41 59);
684+
border-color: rgb(51 65 85);
685+
background-color: rgb(15 23 42 / 0.55);
686+
}
687+
688+
[data-theme="dark"] body.home-page .about-team-card:hover,
689+
[data-theme="dark"] body.home-page .about-connect-card:hover {
690+
border-color: rgb(71 85 105);
691+
background-color: rgb(30 41 59 / 0.7);
692+
}
693+
694+
[data-theme="dark"] body.home-page .about-mission-perk__icon {
695+
background-color: rgb(6 78 59 / 0.35);
696+
color: rgb(52 211 153);
697+
}
698+
699+
[data-theme="dark"] body.home-page .about-prose--mission p:first-child {
700+
color: rgb(226 232 240);
701+
}
702+
703+
[data-theme="dark"] body.home-page .about-values-list__check {
704+
background-color: rgb(6 78 59 / 0.35);
705+
color: rgb(52 211 153);
676706
}
677707

678708
[data-theme="dark"] body.home-page .about-pillar {
679709
border-color: rgb(51 65 85);
680710
background-color: rgb(15 23 42 / 0.6);
681711
}
682712

683-
[data-theme="dark"] body.home-page .about-stat__icon {
684-
background-color: rgb(12 74 110 / 0.35);
685-
color: rgb(56 189 248);
713+
[data-theme="dark"] body.home-page .about-team-card__arrow,
714+
[data-theme="dark"] body.home-page .about-connect-card__arrow {
715+
color: rgb(100 116 139);
686716
}
687717

688718
[data-theme="dark"] body.home-page .about-team-card__avatar-wrap {
689-
background-image: linear-gradient(to bottom right, rgb(30 58 95), rgb(51 65 85));
690-
box-shadow: inset 0 0 0 2px rgb(30 41 59);
691-
}
692-
693-
[data-theme="dark"] body.home-page .about-team-card:hover,
694-
[data-theme="dark"] body.home-page .about-connect-card:hover,
695-
[data-theme="dark"] body.home-page .about-stat:hover {
696-
border-color: rgb(100 116 139);
719+
--tw-ring-color: rgb(51 65 85);
697720
}
698721

699722
[data-theme="dark"] body.home-page .about-connect-card__icon {
700723
background-color: color-mix(in srgb, var(--about-accent, #38bdf8) 18%, rgb(15 23 42));
701724
}
702725

703-
[data-theme="dark"] body.home-page .about-cta {
704-
border-color: rgb(51 65 85);
705-
background-image: linear-gradient(to bottom right, rgb(15 23 42), rgb(30 41 59), rgb(12 74 110 / 0.5));
706-
}
707-
708726
[data-theme="dark"] body.home-page .about-section-label {
709727
color: rgb(100 116 139);
710728
}

assets/css/modern-glass-theme.css

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,6 @@
224224
[data-theme="glass"] body .browse-category-card,
225225
[data-theme="glass"] body .browse-hub-card,
226226
[data-theme="glass"] body .about-card,
227-
[data-theme="glass"] body .about-stat,
228-
[data-theme="glass"] body .about-team-card,
229-
[data-theme="glass"] body .about-connect-card,
230227
[data-theme="glass"] body .contact-form-card,
231228
[data-theme="glass"] body .contact-link,
232229
[data-theme="glass"] body .faq-main-card,
@@ -286,9 +283,6 @@
286283

287284
[data-theme="glass"] body .browse-category-card:hover,
288285
[data-theme="glass"] body .browse-hub-card:hover,
289-
[data-theme="glass"] body .about-stat:hover,
290-
[data-theme="glass"] body .about-team-card:hover,
291-
[data-theme="glass"] body .about-connect-card:hover,
292286
[data-theme="glass"] body .contact-form-card:hover,
293287
[data-theme="glass"] body .contact-link:hover,
294288
[data-theme="glass"] body .faq-main-card:hover,
@@ -299,7 +293,8 @@
299293

300294
/* ── Hero panels (have bg-gradient-to-br — must also clear background-image) ── */
301295
[data-theme="glass"] body .browse-index__hero,
302-
[data-theme="glass"] body .about-hero__panel {
296+
[data-theme="glass"] body .about-hero__panel,
297+
[data-theme="glass"] body .about-cta__panel {
303298
background-image: none !important;
304299
background-color: var(--glass-card-bg) !important;
305300
-webkit-backdrop-filter: blur(var(--glass-blur-card)) saturate(var(--glass-saturate));
@@ -308,8 +303,6 @@
308303
box-shadow: inset 0 1px 0 var(--glass-highlight), var(--glass-shadow) !important;
309304
}
310305

311-
/* about-cta (dark slate panel) and avatar ring left untouched intentionally */
312-
313306
/* ── Hero section ── */
314307
[data-theme="glass"] body .home-hero__overlay {
315308
/* Stronger wash behind headline block — keeps slides visible at top */
@@ -897,15 +890,13 @@
897890
[data-theme="glass"] body .browse-category-card,
898891
[data-theme="glass"] body .browse-hub-card,
899892
[data-theme="glass"] body .about-card,
900-
[data-theme="glass"] body .about-stat,
901-
[data-theme="glass"] body .about-team-card,
902-
[data-theme="glass"] body .about-connect-card,
903893
[data-theme="glass"] body .about-pillar,
904894
[data-theme="glass"] body .home-why__card,
905895
[data-theme="glass"] body .home-why__perk,
906896
[data-theme="glass"] body .home-faq-scroll,
907897
[data-theme="glass"] body .browse-index__hero,
908-
[data-theme="glass"] body .about-hero__panel {
898+
[data-theme="glass"] body .about-hero__panel,
899+
[data-theme="glass"] body .about-cta__panel {
909900
background-color: rgba(255, 255, 255, 0.96) !important;
910901
}
911902
}
@@ -924,14 +915,12 @@
924915
[data-theme="glass"] body .browse-category-card,
925916
[data-theme="glass"] body .browse-hub-card,
926917
[data-theme="glass"] body .about-card,
927-
[data-theme="glass"] body .about-stat,
928-
[data-theme="glass"] body .about-team-card,
929-
[data-theme="glass"] body .about-connect-card,
930918
[data-theme="glass"] body .home-why__card,
931919
[data-theme="glass"] body .home-why__perk,
932920
[data-theme="glass"] body .home-faq-scroll,
933921
[data-theme="glass"] body .browse-index__hero,
934-
[data-theme="glass"] body .about-hero__panel {
922+
[data-theme="glass"] body .about-hero__panel,
923+
[data-theme="glass"] body .about-cta__panel {
935924
background-color: rgba(255, 255, 255, 0.97) !important;
936925
-webkit-backdrop-filter: none !important;
937926
backdrop-filter: none !important;

assets/css/modern-light-theme.css

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,6 @@
253253
[data-theme="light"] body .browse-category-card,
254254
[data-theme="light"] body .browse-hub-card,
255255
[data-theme="light"] body .about-card,
256-
[data-theme="light"] body .about-stat,
257-
[data-theme="light"] body .about-team-card,
258-
[data-theme="light"] body .about-connect-card,
259256
[data-theme="light"] body .contact-form-card,
260257
[data-theme="light"] body .contact-link,
261258
[data-theme="light"] body .faq-main-card,
@@ -271,7 +268,8 @@
271268
}
272269

273270
[data-theme="light"] body .browse-index__hero,
274-
[data-theme="light"] body .about-hero__panel {
271+
[data-theme="light"] body .about-hero__panel,
272+
[data-theme="light"] body .about-cta__panel {
275273
background-color: #ffffff !important;
276274
background-image: none !important;
277275
border-color: var(--light-border) !important;
@@ -282,6 +280,21 @@
282280
background-color: #f8fafc !important;
283281
}
284282

283+
[data-theme="light"] body .about-stat,
284+
[data-theme="light"] body .about-mission-perk,
285+
[data-theme="light"] body .about-team-card,
286+
[data-theme="light"] body .about-connect-card {
287+
background-color: rgb(248 250 252 / 0.9) !important;
288+
border-color: #e2e8f0 !important;
289+
box-shadow: none !important;
290+
}
291+
292+
[data-theme="light"] body .about-team-card:hover,
293+
[data-theme="light"] body .about-connect-card:hover {
294+
background-color: #ffffff !important;
295+
border-color: #cbd5e1 !important;
296+
}
297+
285298
[data-theme="light"] body .home-why__card:hover {
286299
background-color: #ffffff !important;
287300
border-color: #e2e8f0 !important;
@@ -297,9 +310,6 @@
297310

298311
[data-theme="light"] body .browse-category-card:hover,
299312
[data-theme="light"] body .browse-hub-card:hover,
300-
[data-theme="light"] body .about-stat:hover,
301-
[data-theme="light"] body .about-team-card:hover,
302-
[data-theme="light"] body .about-connect-card:hover,
303313
[data-theme="light"] body article.bg-white.rounded-2xl:hover {
304314
border-color: #cbd5e1 !important;
305315
box-shadow: var(--light-shadow-card-hover) !important;

0 commit comments

Comments
 (0)