From 2753b845010f963fc40e298f2f7891c9543e751b Mon Sep 17 00:00:00 2001 From: enscribe Date: Sat, 22 Mar 2025 02:33:20 -0700 Subject: [PATCH] fix(readme): wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7722f3d..a201d73 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ export const SOCIAL_LINKS: Link[] = [ ### Color Palette -Colors are defined in `src/styles/global.css` in [HSL format](https://en.wikipedia.org/wiki/HSL_and_HSV), using the [shadcn/ui](https://ui.shadcn.com/) convention: +Colors are defined in `src/styles/global.css` in [OKLCH format](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/oklch), using the [shadcn/ui](https://ui.shadcn.com/) convention: ```css :root {