fix: set the font-weight of the mdx components to 100

This commit is contained in:
Hossein Mehrabi
2023-07-17 16:28:17 +03:30
parent 25381ed693
commit ee249fedd9
5 changed files with 13 additions and 1 deletions
@@ -5,3 +5,8 @@ body,
html {
overflow-x: hidden;
}
body * {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}
@@ -3,6 +3,7 @@
.mdx-cta-button {
margin-top: 2rem;
font-weight: 100 !important;
&:hover {
&,
@@ -69,8 +69,9 @@
.mdx-feature-list__feature-description {
}
.mdx-feature-list__feature-index,
.mdx-feature-list__title,
.mdx-feature-list__feature-title,
.mdx-feature-list__feature-index,
.mdx-feature-list__feature-description {
font-weight: 100 !important;
}
@@ -1,6 +1,10 @@
@use '../../../css/utils';
.mdx-hero-action {
span {
font-weight: 100 !important;
}
&:hover,
button:hover {
&,
@@ -15,6 +15,7 @@
> * {
flex-basis: 50%;
font-weight: 100 !important;
}
}