-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
fix: match list markers to heading color instead of accent #17740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
e23fccd
ee8ba34
7f27d43
685eb6d
dee8d02
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -90,7 +90,7 @@ export async function DocPage({ | |
| <div | ||
| className={[ | ||
| 'pt-6 px-6 prose dark:prose-invert max-w-full text-[var(--gray-12)] prose-a:no-underline hover:prose-a:underline', | ||
| 'prose-code:font-normal prose-code:font-mono marker:text-[var(--accent)] prose-li:my-1', | ||
| 'prose-code:font-normal prose-code:font-mono marker:text-[var(--darkPurple)] marker:font-medium prose-li:my-1', | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The list marker font weight is set to Suggested FixChange the class Prompt for AI AgentDid we get this right? 👍 / 👎 to inform future reviews. |
||
| 'prose-headings:mt-0 prose-headings:font-medium prose-headings:relative prose-headings:text-[var(--gray-12)]', | ||
| 'prose-blockquote:font-normal prose-blockquote:border-l-[3px] prose-em:font-normal prose-blockquote:text-[var(--gray-12)]', | ||
| 'prose-img:my-2', | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.