We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df07ac commit 7242370Copy full SHA for 7242370
packages/cursorless-org/src/components/Layout.tsx
@@ -27,7 +27,7 @@ const components: MDXComponents = {
27
{children}
28
</h4>
29
),
30
- hr: () => <hr className="my-8 border-white" />,
+ hr: () => <hr className="my-8 border-black dark:border-white" />,
31
ul: ({ children }) => <ul className="list-disc ml-8">{children}</ul>,
32
ol: ({ children }) => <ol className="list-decimal ml-8">{children}</ol>,
33
li: ({ children }) => <li className="my-2">{children}</li>,
0 commit comments