feat(ui): adopt Volta neo-brutalist design system#6
Merged
Conversation
Replace styles.css with the canonical Volta OSS design system aligned to voltanpo.org. Update the CSP in index.html to allow Google Fonts (Inter, Space Grotesk, Instrument Serif). Add preconnect tags for the font hosts. No markup structure, domain logic, or src/ files touched. Ground truth: volta-npo/storefront-snapshot#6.
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Pulls in the v1.1 canonical Volta design tokens which now style the .saas-console panel and 30+ generic .saas-* containers used by src/saas-app.*. Without these rules the SaaS console rendered unstyled in this repo. Purely additive — no existing rule changed.
volta-npo
approved these changes
May 20, 2026
Owner
volta-npo
left a comment
There was a problem hiding this comment.
Reviewed frontend diff, checks, and design-system scope. Accepted for merge.
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.
Summary
styles.csswith the canonical Volta OSS design system (aligned tovoltanpo.org).index.htmlto allow Google Fonts; add<link rel="preconnect">tags forfonts.googleapis.comandfonts.gstatic.com.src/**, no tests, no CI files touched. Two-file diff only.Ground truth: volta-npo/storefront-snapshot#6.
Visual
The canonical design swaps the blue-gradient generic-AI-SaaS look for a neo-brutalist aesthetic: sharp 2px black borders, 3px offset shadows, Space Grotesk display headings, Inter body, lime-green accents, no border-radius. Same skeleton, same class names, dropped-in CSS.
Validation
npm cinpm run buildnpm run typechecknpm run certifynode --test test/*.test.jsstyles.cssandindex.htmlmodified — verified withgit status.Release notes
script-src,connect-src,object-src,base-uri,form-actiondirectives unchanged — onlystyle-src/font-srcextended for Google Fonts.Review & Testing Checklist for Human
Risk: green (mechanical CSS swap, no markup or logic changes).
npm startor openindex.html) and confirm the new typography (Space Grotesk display, Inter body) loads from Google Fonts without CSP violations in DevTools console.Notes
Identical mechanical change applied across the batch. CSP changes are additive (only
style-srcandfont-srcextended for Google Fonts); restrictive directives remain unchanged.Link to Devin session: https://app.devin.ai/sessions/42df5793c8c24a61b780bf8f824ace21
Requested by: @volta-npo