feat: support dark mode
This commit is contained in:
parent
c92733924b
commit
be60fe1712
3 changed files with 4 additions and 4 deletions
components
|
@ -40,8 +40,8 @@ export default function ImageAndText({
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div className="p-6 bg-grey">
|
||||
<div className="leading-relaxed">
|
||||
<div className="p-6 bg-grey dark:bg-[#222222]">
|
||||
<div className="leading-relaxed dark:text-white">
|
||||
<h2 className="text-4xl font-bold leading-tight">{title}</h2>
|
||||
<div className="mt-4 markup">{children}</div>
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue