We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39aab52 commit 1d5f557Copy full SHA for 1d5f557
1 file changed
src/app/blog/layout.tsx
@@ -13,8 +13,8 @@ export default function BlogLayout({
13
children: React.ReactNode
14
}) {
15
return (
16
- <div className="min-h-screen bg-brand-purple-dark" style={{ color: 'var(--brand-cream)' }}>
17
- <header className="border-b border-brand-purple-light/30 bg-brand-purple-dark">
+ <div className="min-h-screen bg-brand-green-dark" style={{ color: 'var(--brand-cream)' }}>
+ <header className="border-b border-brand-cream/20 bg-brand-green-dark">
18
<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
19
<div className="flex h-16 items-center justify-between">
20
<div className="flex items-center">
0 commit comments