Skip to content

Refactor Styles Separate CSS#329

Open
SharonStrats wants to merge 6 commits intomainfrom
refactor/styles-separateCSS
Open

Refactor Styles Separate CSS#329
SharonStrats wants to merge 6 commits intomainfrom
refactor/styles-separateCSS

Conversation

@SharonStrats
Copy link
Contributor

Mashlib light theme css variables from refactoring styles in Panes.

Copilot AI review requested due to automatic review settings March 16, 2026 05:23
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds additional CSS custom properties to the light theme to support the “separate CSS” refactor work (notably for row backgrounds and icon sizing), expanding the theme token set used by Mashlib/SolidOS styling.

Changes:

  • Added light-theme variables for default/alternate row background colors.
  • Added light-theme icon sizing variables (xxs → xl).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

:root {
/* Background and Text */
--color-background: white;
--color-background-row-default: white;
Comment on lines +9 to +10
--color-background-row-default: white;
--color-background-row-alternate: #f0f0f0;
--border-radius-lg: 0.75em;
--border-radius-full: 1em;

/* icons */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants