From ea3e66b9844fbbdbfdbb55b81d4ec6ec3181234b Mon Sep 17 00:00:00 2001
From: Abdul Wahab <32850166+abdulwahabone@users.noreply.github.com>
Date: Mon, 1 Jun 2026 12:20:18 +0900
Subject: [PATCH] Fix GitHub Copilot logo and site mentions (#182)
* Fix GitHub Copilot site mentions
* Fix mobile command blocks
* Fix mobile nav drawer centering
* Align mobile nav controls
* Align mobile nav controls
* Pad mobile nav drawer
* Fix light mobile nav drawer
* Remove light drawer active border
* Restore light drawer active underline
* Fix designing mobile layout
* Tune designing mobile loop
* Fix designing mobile section gutters
* Keep polish commands on one mobile row
* Fix designing mobile bento gutters
---
site/content/tutorials/getting-started.md | 4 +-
site/pages/index.astro | 8 +-
site/pages/live-mode/index.astro | 2 +-
site/public/assets/github-copilot-logo.svg | 4 +
site/styles/designing-kinpaku.css | 130 +++++++++++++++++++--
site/styles/home-rebuild.css | 36 +++++-
site/styles/kinpaku-kit.css | 20 +++-
site/styles/light-mode.css | 11 ++
8 files changed, 192 insertions(+), 23 deletions(-)
create mode 100644 site/public/assets/github-copilot-logo.svg
diff --git a/site/content/tutorials/getting-started.md b/site/content/tutorials/getting-started.md
index f7b17f23b..8ad43f14c 100644
--- a/site/content/tutorials/getting-started.md
+++ b/site/content/tutorials/getting-started.md
@@ -11,7 +11,7 @@ You will end this tutorial with Impeccable installed in your project, a `PRODUCT
## Prerequisites
-- An AI coding harness: Claude Code, Cursor, Gemini CLI, Codex CLI, or any of the other supported tools.
+- An AI coding harness: Claude Code, Cursor, GitHub Copilot, Gemini CLI, Codex CLI, or any of the other supported tools.
- A project with at least one HTML or component file you want to improve. A fresh scaffolded landing page works fine.
## How Impeccable works
@@ -34,7 +34,7 @@ From the root of your project, run:
npx impeccable skills install
```
-This auto-detects your harness and writes the build compiled for it to the right location (e.g., `.claude/skills/`, `.cursor/skills/`). It works with Cursor, Claude Code, Gemini CLI, Codex CLI, and every other major harness. Reload your harness and type `/`. You should see `/impeccable` in the autocomplete. Type it and the skill's argument hint will show all available commands.
+This auto-detects your harness and writes the build compiled for it to the right location (e.g., `.claude/skills/`, `.cursor/skills/`). It works with Cursor, Claude Code, GitHub Copilot, Gemini CLI, Codex CLI, and every other major harness. Reload your harness and type `/`. You should see `/impeccable` in the autocomplete. Type it and the skill's argument hint will show all available commands.
Prefer a different setup? Claude Code users can install the plugin with `/plugin marketplace add pbakaus/impeccable`, and the general-purpose `npx skills add pbakaus/impeccable` still works (though it installs one shared build for all harnesses rather than the one compiled for yours).
diff --git a/site/pages/index.astro b/site/pages/index.astro
index 182027b25..63c328695 100644
--- a/site/pages/index.astro
+++ b/site/pages/index.astro
@@ -19,14 +19,14 @@ import '../styles/testimonials.css';
-
+
@@ -619,7 +619,7 @@ import '../styles/testimonials.css';
-
Works with Cursor, Claude Code, Gemini CLI, Codex CLI, and every other major AI coding harness. install sets up the build for your harness; update pulls the latest. Run npx impeccable skills check to see if you're behind. Installed the Claude Code plugin? Update it from the /plugin menu instead.
+
Works with Cursor, Claude Code, GitHub Copilot, Gemini CLI, Codex CLI, and every other major AI coding harness. install sets up the build for your harness; update pulls the latest. Run npx impeccable skills check to see if you're behind. Installed the Claude Code plugin? Update it from the /plugin menu instead.