fix: increase chat opacity and improve project page contrast
This commit is contained in:
@@ -60,7 +60,7 @@ const ProjectDetail = () => {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="min-h-screen bg-[#fdfcf8] pt-32 pb-20">
|
||||
<div className="min-h-screen bg-stone-50 pt-32 pb-20">
|
||||
<div className="max-w-4xl mx-auto px-4">
|
||||
{/* Navigation */}
|
||||
<motion.div
|
||||
@@ -86,7 +86,7 @@ const ProjectDetail = () => {
|
||||
className="mb-12"
|
||||
>
|
||||
<div className="flex flex-col md:flex-row md:items-start md:justify-between gap-4 mb-6">
|
||||
<h1 className="text-4xl md:text-6xl font-black font-sans text-stone-900 tracking-tight leading-tight">
|
||||
<h1 className="text-4xl md:text-6xl font-black font-sans text-stone-950 tracking-tight leading-tight">
|
||||
{project.title}
|
||||
</h1>
|
||||
<div className="flex gap-2 shrink-0 pt-2">
|
||||
|
||||
Reference in New Issue
Block a user