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:
@@ -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;
|
||||
}
|
||||
|
||||
+1
@@ -3,6 +3,7 @@
|
||||
|
||||
.mdx-cta-button {
|
||||
margin-top: 2rem;
|
||||
font-weight: 100 !important;
|
||||
|
||||
&:hover {
|
||||
&,
|
||||
|
||||
+2
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user