Skip to content

Commit 91d09ff

Browse files
Updated project portfolio.
1 parent 4fbe869 commit 91d09ff

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ npm run dev # serves the UI at http://localhost:5173
3838
| 4000 | Express API | Web Preview ▸ **Change port…** ▸ 4000 |
3939
| 5173 | Vite front-end | Web Preview ▸ **Change port…** ▸ 5173 |
4040

41-
## One-liner (optional)
41+
## One-liner (optional) - Run check
4242
### If you have the concurrently package installed, you can launch everything at once:
4343
npm i -g concurrently
4444
concurrently -c green,cyan,magenta \

frontend/src/output.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@
2727
--color-blue-100: oklch(93.2% 0.032 255.585);
2828
--color-blue-200: oklch(88.2% 0.059 254.128);
2929
--color-blue-500: oklch(62.3% 0.214 259.815);
30-
--color-blue-600: oklch(54.6% 0.245 262.881);
3130
--color-blue-800: oklch(42.4% 0.199 265.638);
3231
--color-purple-100: oklch(94.6% 0.033 307.174);
3332
--color-purple-200: oklch(90.2% 0.063 306.703);
3433
--color-purple-500: oklch(62.7% 0.265 303.9);
3534
--color-purple-800: oklch(43.8% 0.218 303.724);
36-
--color-fuchsia-500: oklch(66.7% 0.295 322.15);
3735
--color-fuchsia-600: oklch(59.1% 0.293 322.896);
3836
--color-rose-100: oklch(94.1% 0.03 12.58);
3937
--color-rose-200: oklch(89.2% 0.058 10.001);
@@ -667,9 +665,6 @@
667665
.text-amber-800 {
668666
color: var(--color-amber-800);
669667
}
670-
.text-black {
671-
color: var(--color-black);
672-
}
673668
.text-blue-500 {
674669
color: var(--color-blue-500);
675670
}

0 commit comments

Comments
 (0)