Remove clear functions from white and black

This commit is contained in:
Vadim Makeev 2018-01-25 00:34:37 +03:00 committed by GitHub
parent 22b9a8e018
commit b652f3499f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -128,7 +128,7 @@ You can hide number manually:
</style>
</section>
Some slide type `clear` could also hide slide number.
Slide type `clear` could also hide slide number.
### Types
@ -136,22 +136,24 @@ Types are changing slides look. You can set type by adding class to the main
#### White
White type set white background and turns off slide number. Use it when you need a white slide.
White type sets white background.
<section class="slide white">
#### Black
Black type set black background and turns off slide number. Use it when you need a black slide.
Black type sets black background.
<section class="slide black">
Please note that black slide type doesnt change text color.
Please note that black slide type doesnt change text color. Make sure you
#### Clear
Clear type turns off slide number. Use it when you need a pure slide. May be mixed with `white` or `black` type.
<section class="slide clear">
#### Grid
Grid set a background with two guide types: main magenta guides and additional cyan guides, setting margins, rows and columns.