From f242d8717b2f63fb5c650cab0609a95593c45b90 Mon Sep 17 00:00:00 2001 From: gary-Shen Date: Thu, 16 Nov 2023 11:37:03 +0800 Subject: [PATCH] docs: update colors --- src/components/menu/index.tsx | 4 ++-- .../guide.task-create.annotation-config/markdown.mdx | 3 +-- src/styles/globals.css | 9 +++++++++ 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/components/menu/index.tsx b/src/components/menu/index.tsx index 3b2b3f0c..64ca6862 100644 --- a/src/components/menu/index.tsx +++ b/src/components/menu/index.tsx @@ -19,7 +19,7 @@ export function MenuItem({ return (
  • - {title} + {title} {children}
  • @@ -29,7 +29,7 @@ export function MenuItem({ return (
  • - 全局 + 全局 标签分类 类别:分类描述中英文,选项:分类的具体选项中英文 - 文本描述 文本列表:包括文本描述名称中英文,文本设置:包括最大字数和默认文本 diff --git a/src/styles/globals.css b/src/styles/globals.css index 7f1a3230..fa148631 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -14,8 +14,17 @@ body { margin: 0; } +.prose h1, .prose h2, .prose h3 { + color: #121316 !important; +} + +.prose p { + color: rgb(18 19 22 / 80%) !important; +} + .prose { max-width: 90ch !important; + color: rgb(18 19 22 / 80%) !important; } .prose pre {