diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-10-04 15:32:59 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-10-04 15:32:59 +0200 |
commit | 87ae2481e4e6f4c6c0756ae379c8c806d95cbb68 (patch) | |
tree | b7935d0a81202205c9f03cb8384ab19c8c6efab3 /packages/gitbook-plugin-theme-default/src/components/Theme.js | |
parent | ccb5dcf559ab66fede009309f2895a9da56cc116 (diff) | |
download | gitbook-87ae2481e4e6f4c6c0756ae379c8c806d95cbb68.zip gitbook-87ae2481e4e6f4c6c0756ae379c8c806d95cbb68.tar.gz gitbook-87ae2481e4e6f4c6c0756ae379c8c806d95cbb68.tar.bz2 |
Add style for plugin hint
Diffstat (limited to 'packages/gitbook-plugin-theme-default/src/components/Theme.js')
-rw-r--r-- | packages/gitbook-plugin-theme-default/src/components/Theme.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gitbook-plugin-theme-default/src/components/Theme.js b/packages/gitbook-plugin-theme-default/src/components/Theme.js index b71e409..25f8e1d 100644 --- a/packages/gitbook-plugin-theme-default/src/components/Theme.js +++ b/packages/gitbook-plugin-theme-default/src/components/Theme.js @@ -22,7 +22,7 @@ const Theme = React.createClass({ <GitBook.Head title={page.title} titleTemplate="%s - GitBook" /> - <GitBook.ImportCSS href="gitbook/theme.css" /> + <GitBook.ImportCSS href="gitbook/theme-default/theme.css" /> <GitBook.FlexBox> <GitBook.FlexLayout> |