Frame around a code chunk - theme problem #4027
Replies: 2 comments 2 replies
-
Are the theme made for Quarto or adapted from a reveal.js theme ? This means the But with Quarto you should not need to go this low for customization Customize a themeThis is documented here: https://quarto.org/docs/presentations/revealjs/themes.html#customizing-themes You can customize the
Creating a themeThis is documented here: https://quarto.org/docs/presentations/revealjs/themes.html#creating-themes You can just provide a quarto theme file, and we'll add the revealjs mixins for you internally when merging You can find more about the design of those Quarto theme files in this part of the doc: https://quarto.org/docs/output-formats/html-themes-more.html (it is about Bootstrap integration too, but even with that main idea applies to RevealJS format as we use the same theming system) I believe you should reorganize your Hope it helps |
Beta Was this translation helpful? Give feedback.
-
@cderv
And, guessing from this issue, maybe revealjs used in Quato is not v4 yet? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
``I have a custom theme which is frankensteined from different other themes and it does something strange to my code chunk in the presentation. If I use simple default theme, the code looks like this:
You can see, that there is a frame around the code, which I don't want to have. I was deleting parts of the theme.scss and I found out, that the part of the code that causes problem is this
Without it, the slide looks like this:

I'm a Quarto noob still, and I can't locate the
../template/theme
Can anyone help me?
Greets
Theme:
Beta Was this translation helpful? Give feedback.
All reactions