diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index aa8145b..53cbcb3 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -11,7 +11,7 @@ ## 🧩 Key Patterns & Conventions -- **Frontend Styling**: Use only `:root` CSS variables from `global.css` for all colors, spacing, and tokens. Example: `--btn-primary`, `--list-item-bg-good`. +- **Frontend Styling**: Use only `:root` CSS variables from `colors.css` for all colors, spacing, and tokens. Example: `--btn-primary`, `--list-item-bg-good`. - **Scoped Styles**: All `.vue` files must use ` diff --git a/frontend/vue-app/src/layout/ChildLayout.vue b/frontend/vue-app/src/layout/ChildLayout.vue index 5d8d491..0c8da80 100644 --- a/frontend/vue-app/src/layout/ChildLayout.vue +++ b/frontend/vue-app/src/layout/ChildLayout.vue @@ -1,11 +1,11 @@