Skip to content

Commit a79ac4f

Browse files
committed
style nits
1 parent 38eadfb commit a79ac4f

File tree

2 files changed

+25
-10
lines changed

2 files changed

+25
-10
lines changed

auth4genai/style.css

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,11 @@ span.fixed.inset-0.pointer-events-none {
184184

185185
span[data-as="p"] {
186186
font-size: 1rem;
187-
line-height: 1.5;
188-
letter-spacing: -0.06px;
187+
line-height: 1.625;
189188
font-weight: 400;
190189
color: var(--text);
191190
margin-bottom: 1rem;
191+
opacity: 0.8;
192192
}
193193

194194
#content-area div.mdx-content .prose > span[data-as="p"],
@@ -206,7 +206,7 @@ li {
206206

207207
#header div p {
208208
color: var(--text-tertiary);
209-
line-height: 1.5rem;
209+
line-height: 1.625rem;
210210
}
211211

212212
/* ==========================================================================
@@ -438,6 +438,20 @@ div[data-component-part="frame-caption"] {
438438
color: var(--);
439439
}
440440

441+
/* ==========================================================================
442+
Nav Tab Component
443+
========================================================================== */
444+
445+
.nav-tabs-item {
446+
font-size: 0.875rem;
447+
font-weight: 600;
448+
text-shadow: none;
449+
}
450+
451+
/* ==========================================================================
452+
Tab Component
453+
========================================================================== */
454+
441455
[data-component-part="tab-content"] {
442456
overflow-x: unset;
443457
}
@@ -572,28 +586,28 @@ a.card[href^="http"]::after {
572586
}
573587

574588
.sidebar-title {
575-
font-size: 0.825rem;
589+
font-size: 0.875rem;
576590
font-weight: 500;
577591
}
578592

579593
.sidebar-group-header {
580-
font-size: 0.825rem;
594+
font-size: 0.875rem;
581595
letter-spacing: 0;
582596
font-weight: 500;
583597
color: var(--text-tertiary);
584598
}
585599

586600
#sidebar-group > li > a {
587-
padding-top: 6px;
588-
padding-bottom: 6px;
601+
padding-top: 8px;
602+
padding-bottom: 8px;
589603
padding-left: 12px;
590604
padding-right: 12px;
591605
border-radius: 12px;
592606
margin: 0;
593607
font-size: 0.95rem;
594608
line-height: 1.3;
595609
font-weight: 500;
596-
letter-spacing: -0.1px;
610+
letter-spacing: -0.12px;
597611
color: var(--text-secondary);
598612
transition: all 0.15s ease-out;
599613
text-shadow: none;
@@ -616,7 +630,7 @@ a.card[href^="http"]::after {
616630
font-size: 0.95rem;
617631
line-height: 1.4;
618632
font-weight: 500;
619-
letter-spacing: -0.2px;
633+
letter-spacing: -0.12px;
620634
color: var(--text-secondary);
621635
transition: all 0.15s ease-out;
622636
text-shadow: none;
@@ -654,7 +668,7 @@ a.card[href^="http"]::after {
654668
font-size: 0.9rem;
655669
line-height: 1.4;
656670
font-weight: 500;
657-
letter-spacing: -0.1px;
671+
letter-spacing: -0.12px;
658672
color: var(--text-secondary);
659673
transition: all 0.15s ease-out;
660674
text-shadow: none;

main/docs/css/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ span[data-as="p"] {
9191
font-weight: 400;
9292
color: var(--text);
9393
margin-bottom: 1rem;
94+
opacity: 0.8;
9495
}
9596

9697
#content-area div.mdx-content .prose > span[data-as="p"],

0 commit comments

Comments
 (0)