Replies: 3 comments 1 reply
-
Hmmm that is weird :-/ any chance you have a link to a repository that reproduces the bug? |
Beta Was this translation helpful? Give feedback.
-
@sophiaas @choldgraf interestingly i'm noticing an issue locally too with custom css. The at first i thought my custom css was not working but t hen realized it was in fact jupyter not moving things over. i'm curious if anyone else is seeing this. i have the most current version. |
Beta Was this translation helpful? Give feedback.
-
update: it seems to be working with me on the current version of the book as of today Sept 2022. So this may have been resolved. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm following the instructions laid out here for defining custom css. To test, I used the exact example given in the instructions, i.e. a file named myfile.css in folder _static using the css for justified text.
When I build my book, the css is not getting pasted into the head of my html files. I am able to control style by manually pasting css into the header, but for some reason this is not automatically happening at build.
Has anyone else encountered this issue? Any ideas on what might be going wrong?
My directory structure looks like this:
|── _config.yml
|── _toc.yml
|── page1.md
|── _static
└── myfile.css
Beta Was this translation helpful? Give feedback.
All reactions