diff --git a/docs/features.md b/docs/features.md index e527bfa..371608f 100644 --- a/docs/features.md +++ b/docs/features.md @@ -128,7 +128,7 @@ You can hide number manually: -Some slide types could also hide slide number: `white` or `black`. +Slide type `clear` could also hide slide number. ### Types @@ -136,17 +136,23 @@ Types are changing slide’s 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 just a pure white slide. +White type sets white background.
#### Black -Black type set black background and turns off slide number. Use it when you need just a pure black slide. +Black type sets black background.
-Please note that black slide type doesn’t change text color. +Please note that black slide type doesn’t 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. + +
#### Grid