You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it's not a CSS problem, it's about the fact that we can't inject our own CSS directives: --stylesheet-path and --stylesheet are not take into account with --deck-js
and --deck-js-opts can't be used to add a CSS file.
I have some slides.rst with a lot of code in each slide so I need to cascade a CSS with something like that::
.deck-container .slide pre { font-size: 40%; }
I use deck-js cmd::
$ rst2html5 --deck-js --pretty-print-code slides.rst > slides.html
From the documentation I've try --stylesheet-path and --stylesheet but it did not work in this context.
The text was updated successfully, but these errors were encountered: