ui: solid Read More button + neon palette site-wide (not just homepage) so header/footer stays consistent on all pages

This commit is contained in:
Ryan Salazar
2026-05-22 05:40:54 +00:00
parent d4016a3c91
commit e5b09fe6d7
3 changed files with 36 additions and 11 deletions

View File

@@ -130,7 +130,7 @@ function FeedSkeleton() {
export default function HomePage() {
return (
<div className="min-h-screen bg-background bb-neon">
<div className="min-h-screen bg-background">
{/* Sticky top bar + nav */}
<Header />