We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a particular reason to use a green background on callout?
asciidoctor-reveal.js/templates/asciidoctor_revealjs.css.slim
Line 53 in 48b76bc
The default stylesheet is using a black background with a with font:
.conum[data-value] { color: #fff!important; background: rgba(0,0,0,.8); }
https://github.com/asciidoctor/asciidoctor/blob/master/data/stylesheets/asciidoctor-default.css
I think we should use a neutral color because depending on the chosen reveal.js theme, this green background might look out of place.
The text was updated successfully, but these errors were encountered:
No particular reason. I'm pretty sure I just inlined Asciidoctor's (at the time) CSS.
Syncing that style with upstream is reasonable to me.
Sorry, something went wrong.
9036e84
Merge pull request #300 from obilodeau/callout-style-sync
bc5a2e7
Synced callout style with upstream Asciidoctor (fixes #293)
No branches or pull requests
Is there a particular reason to use a green background on callout?
asciidoctor-reveal.js/templates/asciidoctor_revealjs.css.slim
Line 53 in 48b76bc
The default stylesheet is using a black background with a with font:
https://github.com/asciidoctor/asciidoctor/blob/master/data/stylesheets/asciidoctor-default.css
I think we should use a neutral color because depending on the chosen reveal.js theme, this green background might look out of place.
The text was updated successfully, but these errors were encountered: