mirror of
https://github.com/System-End/campfire.git
synced 2026-04-19 23:22:56 +00:00
fix: make text black for steps
This commit is contained in:
parent
3ea4fccfd6
commit
9b34a286b6
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ function Step({ stepNumber, imageSrc, imageAlt, isReversed = false, children }:
|
|||
}>) {
|
||||
return (
|
||||
<div className={`flex gap-16 items-center w-full flex-col-reverse ${isReversed ? 'lg:flex-row-reverse' : 'lg:flex-row'}`}>
|
||||
<div className={`relative flex flex-col text-[#4CB9F8] flex-1 ${isReversed ? 'lg:items-start' : 'lg:items-end lg:text-right'}`}>
|
||||
<div className={`relative flex flex-col text-[#000] flex-1 ${isReversed ? 'lg:items-start' : 'lg:items-end lg:text-right'}`}>
|
||||
<div className="absolute -inset-12 lg:-inset-16 -z-60 pointer-events-none">
|
||||
<img
|
||||
src="/ui/step-bg.png"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue