Improved SCSS for revealjs - part 1 #11237
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR does various improvement
$code-block-font-size
and$code-inline-font-size
from brand brand,fonts,bootstrap - add support for weight+size+color customization #11028 correctly works with smaller size content (like callouts and.smaller
class--r-inline-code-font-size
and--r-block-code-font-size
, to complement--r-inline-code-font
and--r-block-code-font
. This is useful for testing too.$inlineCodeFont
and$blockCodeFont
which are intermediates not insettings.scss
from revealjs. This part of the file is for variables from revealjs itself (for themes).$revealjs-code-inline-font-size
and$revealjs-code-block-font-size
to match other$revealjs-*
export (atquarto-cli/src/resources/formats/revealjs/quarto.scss
Line 122 in 570fb44
It seems a lot of changes, but it is only some reorganization to help fix issues like #5832 and other on callout (which are coming next)