Skip to content

Commit

Permalink
fix: link colors
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Jul 11, 2020
1 parent 1b6b432 commit 931e3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/stories/src/pages/home-page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const BoxItem = ({ children, title, action, ...rest }) => (
<Flex sx={{ flexDirection: 'column', alignItems: 'center', maxWidth: '600px' }}>
<Heading as="h1">component-controls</Heading>
<Heading sx={{ py: 3 }} as="h3">
Start documenting your react components with <Link aria-label="create mdx stories" href="/tutorial/mdx-stories">MDX</Link> and <Link aria-label="create esm stories" href="/tutorial/esmodules-stories">ESM</Link>.
Start documenting your components with <Link sx={{ color: 'white' }} aria-label="create mdx stories" href="/tutorial/mdx-stories">MDX</Link> and <Link sx={{ color: 'white' }} aria-label="create esm stories" href="/tutorial/esmodules-stories">ESM</Link>.
</Heading>
<Text sx={{ py: 1, textAlign: 'center' }}>
From auto-generated documentation for your react components, all the way to a full-featured CMS with blogs, tutorials, tags, authors and full-text search: component-controls compbines the best of breed from all pre-existing tools in the industry into a flexible platform.
Expand Down

0 comments on commit 931e3de

Please sign in to comment.