Skip to content

Fix homepage light mode. #6867

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions docs/site/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function Home() {
}}
>
{" "}
<div className="bg-iota-black overflow-hidden">
<div className="dark:bg-iota-black overflow-hidden">
<div className={styles.backgroundImage}>
<div className="w-full mt-24 mb-12 mx-auto">
<div className={styles.heroText}>
Expand Down Expand Up @@ -185,8 +185,8 @@ export default function Home() {
</div>

<div className={styles.sectionHeader}>
<h2 className="h1 text-white font-twkeverett">Why IOTA?</h2>
<h3 className="h3 text-gray text-center">
<h2 className="h1 font-twkeverett">Why IOTA?</h2>
<h3 className="h3 text-center">
IOTA is the first internet-scale programmable blockchain platform
</h3>
</div>
Expand Down
1 change: 0 additions & 1 deletion docs/site/src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@

.TwoColItem span {
flex: 4;
color: var(--iota-white);
font-family: var(--headerFont);
font-size: 2rem;
font-weight: 400;
Expand Down
Loading