Skip to content

style: configured global design tokens - #12

Merged
nickycodezz merged 3 commits into
mainfrom
style/global-design-tokens
Jun 10, 2026
Merged

style: configured global design tokens#12
nickycodezz merged 3 commits into
mainfrom
style/global-design-tokens

Conversation

@nickycodezz

Copy link
Copy Markdown
Collaborator

Pull Request

Description

Introduces CSS custom properties (design tokens) and maps them into Tailwind theme variables; applies a dark-themed global stylesheet and font variables for consistent site-wide styling.

Closes Notion task 'T1 (Foundation) - Configure global design tokens' (https://app.notion.com/p/graphicsprogrammingknights/T1-Foundation-Configure-global-design-tokens-37b4589a9ffa8091bb82e019d28eac67?source=copy_link).

Type of Change

  • feat: New feature
  • fix: Bug fix
  • chore: Maintenance (dependencies, config, etc.)
  • docs: Documentation only
  • style: Code style (formatting, no logic change)
  • refactor: Code refactor (no new feature or fix)

Changes Made

global.css, page.tsx

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have tested my changes locally
  • npm run lint passes without errors
  • npm run build completes successfully

Related Issues

Copilot AI review requested due to automatic review settings June 10, 2026 21:17

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Introduces a first pass of global design tokens via CSS custom properties and wires them into Tailwind v4 theme variables to support consistent (dark) site-wide styling.

Changes:

  • Added a set of color design tokens in app/globals.css and attempted to expose them as Tailwind theme colors.
  • Updated global body styles to use the new background/text/font variables.
  • Updated the home page to use the new Tailwind text color utility (text-text-primary).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
app/globals.css Defines global color tokens and Tailwind theme mappings; applies global dark background + primary text + font family.
app/page.tsx Uses the new Tailwind text color token for the page content.

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

Comment thread app/globals.css Outdated

@sebastian-noel sebastian-noel left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM!

@nickycodezz
nickycodezz merged commit 2186138 into main Jun 10, 2026
2 checks passed
@nickycodezz
nickycodezz deleted the style/global-design-tokens branch June 10, 2026 22:36
@StevScripts

Copy link
Copy Markdown
Collaborator

Looks good 👍

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.

5 participants