Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR enhances the visual styling of the table viewer by implementing a cohesive color scheme and typography system. The changes align the iframe's appearance with the source.coop design system by using the --accent-2 background color, applying monospace fonts to table content, and inverting the color scheme between table cells and headers.
Key changes:
- Introduction of
--accent-2CSS variable for consistent background colors across light and dark modes - Unified monospace font family application to all table elements for improved data readability
- Adjusted color scheme with inverted table header/cell colors to reduce visual weight
- Added
color-schememeta tag for proper dark mode support
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/styles/colors.css | Adds --accent-2 variable for both light and dark modes; simplifies dark mode --white definition from alias to direct value |
| src/styles/hightable.css | Updates table color scheme from gray-2 to gray-3/gray-5 variants; applies monospace font to all table elements; normalizes header font-weight; removes row-specific font styling |
| src/styles/index.css | Changes main background from --white to --accent-2 for consistency with source.coop styling |
| index.html | Updates DOCTYPE to uppercase convention; adds color-scheme meta tag for dark mode support |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
--accent-2)