Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docusaurus/website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function Home() {
</div>
</div>
)}
<div className={styles.lightBackground}>
<div className={styles.gettingStartedSection}>
<div className="container padding-vert--xl text--left">
<div className="row">
<div className="col col--4 col--offset-1">
Expand Down
7 changes: 5 additions & 2 deletions docusaurus/website/src/pages/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@
margin: 0 auto;
}

.lightBackground {
.gettingStartedSection {
background-color: #f7f7f7;
color: rgb(31, 34, 39);
}

html[data-theme='dark'] .gettingStartedSection {
background-color: #33363b;
}