Skip to content

Commit

Permalink
chore: matching bg
Browse files Browse the repository at this point in the history
  • Loading branch information
webbertakken committed Sep 18, 2024
1 parent 2b8dbcf commit 8a3d271
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/pages/home/section/sponsors-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import Section from '@site/src/components/pages/home/section/section';

const SponsorsSection = () => {
return (
<Section title="Sponsors" className="bg-white dark:bg-[#020612]">
// Would be nice if the banner had a dark mode that we could use for `dark:*`
<Section title="Sponsors" className="bg-white dark:bg-white">
<FadeIntoView>
<iframe
title="Game CI Sponsors"
Expand Down

0 comments on commit 8a3d271

Please sign in to comment.