Skip to content

Commit

Permalink
docs: improve storybook docs colors
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Jan 31, 2018
1 parent e5199b2 commit 89b36b7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ package-lock.json
yarn.lock
*.test.ts
*.spec.ts
*.test.tsx
*.spec.tsx
*.test.js
*.spec.js
/typings/
Expand All @@ -15,3 +17,6 @@ yarn.lock
.DS_Store
/dist_docs/
_book/
/build/
/.storybook/
/docs/
4 changes: 4 additions & 0 deletions .storybook/ShowDocs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ const ShowDocs = (props) => {
__html: `
@import url(http://fonts.googleapis.com/css?family=Merriweather:300italic,300);
h1, h1 code, h2, h2 code, h3, h3 code, h4, h4 code {
color: #333;
}
html {
font-size: 16px;
max-width: 700px;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libreact",
"version": "0.5.2",
"version": "0.5.4",
"description": "React standard library",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit 89b36b7

Please sign in to comment.