We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb493a8 commit 09243d4Copy full SHA for 09243d4
docusaurus/website/src/pages/index.js
@@ -79,7 +79,7 @@ function Home() {
79
</div>
80
81
)}
82
- <div className={styles.lightBackground}>
+ <div className={styles.gettingStartedSection}>
83
<div className="container padding-vert--xl text--left">
84
<div className="row">
85
<div className="col col--4 col--offset-1">
docusaurus/website/src/pages/styles.module.css
@@ -40,7 +40,10 @@
40
margin: 0 auto;
41
}
42
43
-.lightBackground {
+.gettingStartedSection {
44
background-color: #f7f7f7;
45
- color: rgb(31, 34, 39);
+}
46
+
47
+html[data-theme='dark'] .gettingStartedSection {
48
+ background-color: #33363b;
49
0 commit comments