File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,11 @@ Here are the files you can override:
1414- ** _ index.hbs_ ** is the handlebars template.
1515- ** _ head.hbs_ ** is appended to the HTML ` <head> ` section.
1616- ** _ header.hbs_ ** content is appended on top of every book page.
17- - ** _ book.css_ ** is the style used in the output. If you want to change the
18- design of your book, this is probably the file you want to modify. Sometimes
19- in conjunction with ` index.hbs ` when you want to radically change the layout.
17+ - ** _ css/_ ** contains the CSS files for styling the book.
18+ - ** _ css/chrome.css_ ** is for UI elements.
19+ - ** _ css/general.css_ ** is the base styles.
20+ - ** _ css/print.css_ ** is the style for printer output.
21+ - ** _ css/variables.css_ ** contains variables used in other CSS files.
2022- ** _ book.js_ ** is mostly used to add client side functionality, like hiding /
2123 un-hiding the sidebar, changing the theme, ...
2224- ** _ highlight.js_ ** is the JavaScript that is used to highlight code snippets,
You can’t perform that action at this time.
0 commit comments