Skip to content

Commit

Permalink
fix(404): fixes a link so that it doesn't go to 404, fix 404 styles (#…
Browse files Browse the repository at this point in the history
…3117)

* fix(2x-grid): fix link typo

* style(404): update 404 styles

* chore(format):  run yarn format

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tw15egan and kodiakhq[bot] authored Aug 30, 2022
1 parent 253162b commit 7d065d7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/guidelines/2x-grid/implementation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ with five default breakpoints and dozens of predefined classes.
<InlineNotification>

If you’re using `@carbon/styles` or `@carbon/react` there’s no reason to install
the grid package separately. See our [get started](/get-started/develop/react)
the grid package separately. See our [get started](/developing/get-started/)
guide to start building.

</InlineNotification>
Expand Down
9 changes: 9 additions & 0 deletions src/styles/_overrides.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[class^='FourOhFour-module--container'] {
margin-top: 3rem;
}

[class^='FourOhFour-module--container'],
[class^='FourOhFour-module--link'],
[class^='FourOhFour-module--link']:before {
color: $text-inverse !important;
}
1 change: 1 addition & 0 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
@import 'structured-list';
@import 'plex-serif';
@import 'meetups';
@import 'overrides';

@import 'src/components/ColorBlock/color-block.scss';
@import 'src/components/ColorGrid/color-grid.scss';
Expand Down

1 comment on commit 7d065d7

@vercel
Copy link

@vercel vercel bot commented on 7d065d7 Aug 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.