Skip to content

Commit

Permalink
consistent spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Apr 16, 2022
1 parent b892641 commit d015ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/pages/_error.tsx
Expand Up @@ -60,7 +60,7 @@ export default class Error<P = {}> extends React.Component<P & ErrorProps> {
border-right: 1px solid rgba(0, 0, 0, .3);
}
@media (prefers-color-scheme: dark) {
body { color:#fff; background: #000; }
body { color: #fff; background: #000; }
.next-error-h1 {
border-right: 1px solid rgba(255, 255, 255, .3);
}
Expand Down

0 comments on commit d015ffb

Please sign in to comment.