Skip to content

Commit 584fd60

Browse files
committed
Fix styles
1 parent c35ce12 commit 584fd60

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pages/index.js

+11
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,17 @@ export default () => (
2828
<div
2929
// https://github.com/sindresorhus/github-markdown-css
3030
css={css`
31+
& {
32+
-ms-text-size-adjust: 100%;
33+
-webkit-text-size-adjust: 100%;
34+
line-height: 1.5;
35+
color: #24292e;
36+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI,
37+
Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
38+
font-size: 16px;
39+
line-height: 1.5;
40+
word-wrap: break-word;
41+
}
3142
details {
3243
display: block;
3344
}

0 commit comments

Comments
 (0)