📝 Drop mention of `exclude.css`

This had incremental work toward an image variant solution
This commit is contained in:
hayesall 2023-10-22 14:28:40 -04:00
parent 62ba466b67
commit c05065a894
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ Here are the files you can override:
- **_css/chrome.css_** is for UI elements. - **_css/chrome.css_** is for UI elements.
- **_css/general.css_** is the base styles. - **_css/general.css_** is the base styles.
- **_css/print.css_** is the style for printer output. - **_css/print.css_** is the style for printer output.
- **_css/exclude.css_** is for [theme-dependent images](../markdown.md#theme-dependent-images).
- **_css/variables.css_** contains variables used in other CSS files. - **_css/variables.css_** contains variables used in other CSS files.
- **_book.js_** is mostly used to add client side functionality, like hiding / - **_book.js_** is mostly used to add client side functionality, like hiding /
un-hiding the sidebar, changing the theme, ... un-hiding the sidebar, changing the theme, ...