Skip to content

Commit fed757f

Browse files
committed
refactor(Splash): add dark mode support
1 parent 175d30a commit fed757f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Splash/Splash.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const Splash = () => {
4747
<div className="relative overflow-hidden [&_h1]:justify-center [&_h2]:justify-center">
4848
<SplashViz />
4949

50-
<div className="relative text-center bg-[#f3f3f3] page__content [&_p]:my-[1em]! [&_p]:mx-auto! [&_p]:max-w-200 [&_pre]:text-left [&_.icon-link]:hidden">
50+
<div className="relative text-center bg-[#f3f3f3] dark:bg-[#202020] page__content [&_p]:my-[1em]! [&_p]:mx-auto! [&_p]:max-w-200 [&_pre]:text-left [&_.icon-link]:hidden">
5151
<Container className="py-[5em] px-[1em] md:px-[1.5em]">
5252
<Markdown>
5353
<SplashContent />

0 commit comments

Comments
 (0)