-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
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
No background color? #106
Comments
Hi There are a few options, why you css-code fails to color your slides (1) Which slide_theme are you using? For ‘slides’, the ‘article’ is fine, but for slides2 (the google IO one) ’slide’ (no s!) is needed/used
I use “.slides > article.current” to set (the color of the) current slide. And some other prefixes for others .slides > article.far-past, Good luck
--Groetjes |
This is just a test so its only all default values, meaning I am using the slides theme, not slide2, and wanted to change the background according to https://github.com/nyergler/hieroglyph/blob/master/docs/getting-started.rst but to no avail... I have actually a follow up question, since what I wanted to do is create a slide, which would be a background to all other slides in the presentation, like a master slide. Is that possible? |
This (master slides) would be a great feature. But it's not available as far as I know. |
"light-blue" is not in 140 color names mentioned in http://www.w3schools.com/colors/colors_names.asp. |
Hi
Thanks for a very nice tool for making presentations.
Although I am trying to change the background, which does not seem to work?
I use the following custom.css, with just standard default installation
article {
background-color: light-blue;
}
article h1 {
color: red;
}
In this case I get "This is a test" in red as it should be, but background is still white?
I use hieroglyph 0.7.1.
What am I missing?
With kind regards
Henric
The text was updated successfully, but these errors were encountered: