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
6 changes: 3 additions & 3 deletions components/HomePage/ConfigSection/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
font-normal
uppercase
tracking-wider
text-blue-600
text-blue-700
dark:text-blue-500
lg:justify-start;
}
Expand Down Expand Up @@ -80,7 +80,7 @@
@apply mb-4
text-base
leading-relaxed
text-neutral-600
text-neutral-800
dark:text-neutral-400;
}

Expand All @@ -96,7 +96,7 @@
gap-3
text-sm
font-medium
text-neutral-700
text-neutral-800
dark:text-neutral-300;
}

Expand Down
2 changes: 1 addition & 1 deletion components/HomePage/FeaturesSection/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@
@apply m-0
text-sm
leading-relaxed
text-neutral-600
text-neutral-800
dark:text-neutral-400;
}
2 changes: 1 addition & 1 deletion components/HomePage/HomeSponsorSection/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
font-semibold
uppercase
tracking-widest
text-neutral-400
text-neutral-800
dark:text-neutral-500;
}

Expand Down
2 changes: 2 additions & 0 deletions components/NavBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ export default ({ metadata }) => {
<ThemeToggle
onChange={setThemePreference}
currentTheme={themePreference}
ariaLabel="Toggle color theme"
/>
<a
href="https://github.com/webpack/webpack"
className={styles.ghIconWrapper}
aria-label="webpack on GitHub"
>
<GitHubIcon />
</a>
Expand Down
2 changes: 1 addition & 1 deletion components/SectionHeader/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
@apply m-0
text-base
leading-relaxed
text-neutral-600
text-neutral-800
dark:text-neutral-300;
}
4 changes: 2 additions & 2 deletions components/Sponsors/Card/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@

.amount {
@apply text-xs
text-neutral-500
text-neutral-800
dark:text-neutral-400;
}

.description {
@apply m-0
text-sm
leading-relaxed
text-neutral-600
text-neutral-800
dark:text-neutral-300;
}

Expand Down
2 changes: 1 addition & 1 deletion components/Sponsors/Tier/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
.price {
@apply ml-auto
text-sm
text-neutral-500
text-neutral-800
dark:text-neutral-400;
}

Expand Down
Loading