Skip to content

refactor: replace per-section gradients with global tiling background#118

Open
notkaramel wants to merge 1 commit intomainfrom
v0/ecsess-techdev-e2c8e0f9
Open

refactor: replace per-section gradients with global tiling background#118
notkaramel wants to merge 1 commit intomainfrom
v0/ecsess-techdev-e2c8e0f9

Conversation

@notkaramel
Copy link
Copy Markdown
Member

Summary

Removes the per-section gradient background system and replaces it with a single, consistent global tiling dot-grid background applied at the body level.

Changes

src/app.css

  • Added html, body block with background-color: #031c15 (ecsess-950) and a subtle radial-gradient dot-grid tiling pattern (28px × 28px spacing, ~12% opacity green dots).

src/components/layout/Section.svelte

  • Removed all gradient-related props (from, to, via, direction, black) and all reactive background logic.
  • Section is now a pure transparent layout wrapper — only contentStart prop remains.

All pages (+page.svelte, council, events, join, resources, devteam, r/[shortname])

  • Removed all from, to, via, direction props from every <Section> call.
  • Pages with contentStart retain that prop.

…m Section

Add global background pattern and update Section component for transparent layout.

Co-authored-by: Antoine Phan <24505220+notkaramel@users.noreply.github.com>
@notkaramel notkaramel added the v0 label Apr 16, 2026 — with Vercel
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ecsess Ready Ready Preview, Comment Apr 16, 2026 4:50am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant