mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix: set the font-weight of the mdx components to 100
This commit is contained in:
@@ -41,8 +41,13 @@ import {
|
||||
features={[
|
||||
{
|
||||
title: 'Durable',
|
||||
description:
|
||||
'Codex implements advanced erasure coding techniques to ensure data stored is always retrievable without relying on inefficient full replication methods.',
|
||||
description: (
|
||||
<>
|
||||
<strong>Codex</strong> implements advanced erasure coding techniques
|
||||
to ensure data stored is always retrievable without relying on
|
||||
inefficient full replication methods.
|
||||
</>
|
||||
),
|
||||
},
|
||||
{
|
||||
title: 'Accessible',
|
||||
|
||||
+7
@@ -17,6 +17,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
.mdx-cta-section__title,
|
||||
.mdx-cta-section__description,
|
||||
.mdx-cta-section__link .mdx-cta-section__list div,
|
||||
.mdx-cta-section__link .mdx-cta-section__list p {
|
||||
font-weight: 100 !important;
|
||||
}
|
||||
|
||||
.mdx-cta-section--title-only {
|
||||
.mdx-cta-section__title {
|
||||
@include lsd.typography('h1', false);
|
||||
|
||||
@@ -69,6 +69,12 @@
|
||||
.mdx-feature-list__feature-description {
|
||||
}
|
||||
|
||||
.mdx-feature-list__feature-index,
|
||||
.mdx-feature-list__title,
|
||||
.mdx-feature-list__feature-description {
|
||||
font-weight: 100 !important;
|
||||
}
|
||||
|
||||
.mdx-feature-list__extra {
|
||||
margin-top: 3.5rem;
|
||||
padding: 0 1rem;
|
||||
|
||||
@@ -97,6 +97,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
.mdx-roadmap__timeline-period,
|
||||
.mdx-roadmap__timeline-index,
|
||||
.mdx-roadmap__timeline-description {
|
||||
font-weight: 100 !important;
|
||||
}
|
||||
|
||||
@include utils.responsive('lg', 'down') {
|
||||
.mdx-roadmap__header {
|
||||
flex-direction: column;
|
||||
|
||||
@@ -22,12 +22,14 @@
|
||||
|
||||
.mdx-showcase__item-name {
|
||||
margin-top: 1rem;
|
||||
font-weight: 100 !important;
|
||||
}
|
||||
|
||||
.mdx-showcase__item-description {
|
||||
border-top: 1px solid rgb(var(--lsd-border-primary));
|
||||
margin-top: 24px;
|
||||
padding-top: 16px;
|
||||
font-weight: 100 !important;
|
||||
}
|
||||
|
||||
@include utils.responsive('lg', 'down') {
|
||||
|
||||
Reference in New Issue
Block a user