From 61e21e33568eaf6e0f024f87fc6e10597eed3b4e Mon Sep 17 00:00:00 2001 From: Yordan Iliev Date: Mon, 17 Mar 2025 13:29:20 +0200 Subject: [PATCH] docs: fix typo in CSS selector (#6928) There was a typo --- apps/www/content/docs/theming.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/content/docs/theming.mdx b/apps/www/content/docs/theming.mdx index 340c620f51..83c3695118 100644 --- a/apps/www/content/docs/theming.mdx +++ b/apps/www/content/docs/theming.mdx @@ -309,7 +309,7 @@ For reference, here's a list of the base colors that are available. --sidebar-ring: oklch(0.705 0.015 286.067); } -dark { +.dark { --background: oklch(0.141 0.005 285.823); --foreground: oklch(0.985 0 0); --card: oklch(0.21 0.006 285.885);