Align site with the EthCoordinate design system - #184
Draft
Buttaa wants to merge 1 commit into
Draft
Conversation
✅ Deploy Preview for ethstaker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Restyle the Jekyll site to match ethcoordinate.org: JetBrains Mono, cyan/purple tokens on near-black with a matching light palette, dark by default (the OS preference and the saved toggle still win), a fixed nav with an "An EthCoordinate initiative" lockup, a terminal-style hero, eyebrow section headings, retokened Bootstrap components (cards, buttons, forms, tables, dropdowns, callouts, toasts), and an expanded footer that links back to EthCoordinate. Bootstrap and all page content markup stay in place; the theme lives in assets/css/main.css and assets/css/markdown.css by remapping Bootstrap's CSS variables onto the shared tokens, so every existing partial picks up the new look without rewrites. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Buttaa
force-pushed
the
ethcoordinate-theme
branch
from
August 24, 2026 17:48
04a3d4e to
e57a68a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Theme layer that restyles ethstaker.org to the EthCoordinate design system and presents the site as an EthCoordinate initiative. Jekyll, Bootstrap and the page content stay as they are; the look comes from remapped Bootstrap CSS variables plus a rebuilt nav, hero, footer and page header.
localStorage.darkModeEnabled) still win.EthStaker · An EthCoordinate initiativelockup, hover dropdowns, "Start staking" CTA, mobile panel.Where
assets/css/main.css(rewritten: tokens, remaps, components),assets/css/markdown.css,_layouts/default.html,_layouts/markdown.html,_includes/partials/components/{head,nav,footer,dark-mode-toggle,divider-icons-template,notification,contribute,toast}.html,_includes/partials/content/index/*.html,_includes/js/aos.js,README.md(new Theme section),_config_dev.yml(dev notification off).Notes
_config_dev.ymlfor local previews./mev-relay-listand/smoothing-poolsinline-script errors, AOS pre-animation offsets.Screenshots
🤖 Generated with Claude Code