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
I tried to search for a solution in this repository and in the marp-team/core. I could not make it work, hence the question.
I want to customise the <body> of the presentation so that the slides are presented on a white background.
I added the following directive to my markdown:
---style: | body { background: red !important }---
... slides here
However, I cannot remove the black bars.
What should I try next?
Thanks.
The text was updated successfully, but these errors were encountered:
I tried to search for a solution in this repository and in the marp-team/core. I could not make it work, hence the question.
I want to customise the
<body>
of the presentation so that the slides are presented on a white background.I added the following directive to my markdown:
However, I cannot remove the black bars.
What should I try next?
Thanks.
The text was updated successfully, but these errors were encountered: