Skip to content
Discussion options

You must be logged in to vote

Why don't you define those in a file you could use for all your documents, or even write a format template extension with that.
This way you get access to those without having to write them every time.

Edit: in your case the scss file would be something like the following.

$presentation-ul-font-size: 1em !default;
$presentation-table-font-size: 1em !default;

.reveal section ul {
    font-size: $presentation-ul-font-size;
}
.reveal section table {
    font-size: $presentation-table-font-size;
}

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@dmi3kno
Comment options

@mcanouil
Comment options

@mcanouil
Comment options

@mcanouil
Comment options

@dmi3kno
Comment options

Answer selected by dmi3kno
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
revealjs Issues with the revealjs format
2 participants