This repository was archived by the owner on Apr 2, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Update arch-docs theme to match brand guidelines #16
Merged
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
3e9afaf
Update theme to match Supermodel brand guidelines
jonathanpopham fa841eb
Update chart/graph colors and fonts to match brand palette
jonathanpopham 474a83b
Switch treemap to vertical slice layout on narrow screens
jonathanpopham e6ba49b
Revert "Switch treemap to vertical slice layout on narrow screens"
jonathanpopham cc0b512
Update typography to match brand guide type scale
jonathanpopham 563c284
Replace treemap with horizontal bar list on mobile (<600px)
jonathanpopham 35a31a2
Make homepage treemap responsive with resize listener
jonathanpopham 41ccb34
Allow hero stats to wrap at any viewport width
jonathanpopham 5fac445
Replace SVG treemap with HTML flexbox composition
jonathanpopham 9365f54
Use percentage flex-basis for proportional composition boxes
jonathanpopham 9552e7f
Compact composition boxes to match treemap proportions
jonathanpopham 4133cc1
Two-row composition layout for area-proportional boxes
jonathanpopham 51605d2
Revert "Two-row composition layout for area-proportional boxes"
jonathanpopham 23db7f4
Make force graphs resize with viewport
jonathanpopham 2fadd03
Hide empty chart panel on hub pages with no distribution data
jonathanpopham b7901ad
Revert "Hide empty chart panel on hub pages with no distribution data"
jonathanpopham b14c112
Fix WCAG contrast issues flagged by CodeRabbit
jonathanpopham File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,18 +1,18 @@ | ||||||
| :root { | ||||||
| --bg: #0f1117; | ||||||
| --bg-card: #1a1d27; | ||||||
| --bg-hover: #22263a; | ||||||
| --border: #2a2e3e; | ||||||
| --text: #e4e4e7; | ||||||
| --text-muted: #9ca3af; | ||||||
| --accent: #6366f1; | ||||||
| --accent-light: #818cf8; | ||||||
| --green: #22c55e; | ||||||
| --orange: #f59e0b; | ||||||
| --red: #ef4444; | ||||||
| --blue: #3b82f6; | ||||||
| --font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; | ||||||
| --mono: 'JetBrains Mono', 'Fira Code', monospace; | ||||||
| --bg: #000000; | ||||||
| --bg-card: #161616; | ||||||
| --bg-hover: #08191C; | ||||||
| --border: #202020; | ||||||
| --text: #E9E9E9; | ||||||
| --text-muted: #808080; | ||||||
| --accent: #71B9BC; | ||||||
| --accent-light: #8CC6C9; | ||||||
| --green: #7CCE86; | ||||||
| --orange: #D0A27D; | ||||||
| --red: #E589C6; | ||||||
| --blue: #8E8CE9; | ||||||
| --font: 'Public Sans', -apple-system, BlinkMacSystemFont, sans-serif; | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Quote This stack currently violates Small fix- --font: 'Public Sans', -apple-system, BlinkMacSystemFont, sans-serif;
+ --font: 'Public Sans', -apple-system, 'BlinkMacSystemFont', sans-serif;📝 Committable suggestion
Suggested change
🧰 Tools🪛 Stylelint (17.4.0)[error] 14-14: Expected "BlinkMacSystemFont" to be "blinkmacsystemfont" (value-keyword-case) (value-keyword-case) 🤖 Prompt for AI Agents |
||||||
| --mono: 'Martian Mono', 'Fira Code', monospace; | ||||||
| --max-w: 1200px; | ||||||
| --radius: 8px; | ||||||
| } | ||||||
|
|
@@ -270,9 +270,9 @@ a.pill:hover { | |||||
| } | ||||||
| .hero-btn svg { width: 16px; height: 16px; flex-shrink: 0; } | ||||||
| .hero-btn-star { border-color: var(--orange); color: var(--orange); } | ||||||
| .hero-btn-star:hover { background: rgba(245, 158, 11, 0.1); } | ||||||
| .hero-btn-star:hover { background: rgba(208, 162, 125, 0.1); } | ||||||
| .hero-btn-fork { border-color: var(--blue); color: var(--blue); } | ||||||
| .hero-btn-fork:hover { background: rgba(59, 130, 246, 0.1); } | ||||||
| .hero-btn-fork:hover { background: rgba(142, 140, 233, 0.1); } | ||||||
| .hero-stats { | ||||||
| display: flex; | ||||||
| justify-content: center; | ||||||
|
|
@@ -521,7 +521,7 @@ a.pill:hover { | |||||
|
|
||||||
| /* CTA Banner */ | ||||||
| .cta-section { | ||||||
| background: linear-gradient(135deg, var(--bg-card) 0%, #12141d 100%); | ||||||
| background: linear-gradient(135deg, var(--bg-card) 0%, #08191C 100%); | ||||||
| border: 1px solid var(--accent); | ||||||
| border-radius: var(--radius); | ||||||
| padding: 40px 32px; | ||||||
|
|
@@ -607,7 +607,7 @@ a.pill:hover { | |||||
| margin: 0 0 8px 0; | ||||||
| } | ||||||
| .source-code { | ||||||
| background: #0d0f14; | ||||||
| background: #161616; | ||||||
| border: 1px solid var(--border); | ||||||
| border-radius: var(--radius); | ||||||
| padding: 16px; | ||||||
|
|
@@ -620,7 +620,7 @@ a.pill:hover { | |||||
| .source-code code { | ||||||
| font-family: var(--mono); | ||||||
| font-size: 13px; | ||||||
| color: #e4e4e7; | ||||||
| color: #E9E9E9; | ||||||
| white-space: pre; | ||||||
| tab-size: 2; | ||||||
| margin-bottom: 0; | ||||||
|
|
||||||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.