Skip to content

Commit 3d55375

Browse files
authored
Update theme CSS docs. (#1431)
1 parent 77e7cfd commit 3d55375

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

guide/src/format/theme/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)