Style/update fonts and colors#1065
Open
liviolanda wants to merge 6 commits into
Open
Conversation
- add self-hosted fonts: Mona Sans (body), Mozilla Text (headings), Space Mono (code) - introduce full light and dark color palette with a cohesive slate dark theme - fix dark-mode border visibility across form controls (input, select, switch, toggle, etc.) - make chat-input font size responsive and match its background/outline to slate - darken the user message bubble slightly in light mode - remove sidebar section dividers
- Remap Tailwind --color-white to #fafafa and --color-black to #1a2329 so nothing renders as #ffffff/#000000; apply the same in provider-icon SVG fills and theme-provider hardcoded colors - Swap heading font from Mozilla Text to EB Garamond and drop DM Sans from the body stack - Set explicit 14px on chat message bubbles - Restyle skill-form Description/Instructions labels (responsive 14px, new foreground colors)
- Replace Mona Sans and EB Garamond with DM Sans for unified typography - Update light theme to warm color scheme (beige/cream palette) - Update dark theme to neutral color scheme (gray palette) - Adjust accent color to #f8f1eb for subtle, warm highlights Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
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
Visual Changes
Testing
The changes have been verified in the preview with both light and dark themes applied.