Skip to content

Commit 64bbaba

Browse files
committed
fix(web): address Copilot review on PR #15
- Correct root README link from apps/web README (../../README.md). - Use theme --text colour for .lede so dark mode contrast stays readable. Made-with: Cursor
1 parent 5105acf commit 64bbaba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SolidJS + Vite + TypeScript app in the monorepo (`apps/web`). Linting and format
44

55
## Prerequisites
66

7-
Use the repo **`.nvmrc`** (Node **24.14.0**) and **pnpm** (**>=10.18.1**) as in the [root README](../README.md).
7+
Use the repo **`.nvmrc`** (Node **24.14.0**) and **pnpm** (**>=10.18.1**) as in the [root README](../../README.md).
88

99
## Install
1010

apps/web/src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212

1313
.lede {
14-
color: #444;
14+
color: var(--text);
1515
line-height: 1.5;
1616
}
1717

0 commit comments

Comments
 (0)