Skip to content

Commit

Permalink
Replace white slide modifier with gray one
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Makeev committed Feb 11, 2019
1 parent 81cdda7 commit 15942d1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@ <h2>Highlighted Code Steps</h2>
</pre>
</section>

<section class="slide white">
<h2>White Slide</h2>
<section class="slide gray">
<h2>Gray Slide</h2>
</section>

<section class="slide black">
Expand Down
5 changes: 5 additions & 0 deletions styles/slide/modifiers/gray.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* Gray */

.slide.gray {
background-color: #979a9e;
}
5 changes: 0 additions & 5 deletions styles/slide/modifiers/white.css

This file was deleted.

2 changes: 1 addition & 1 deletion styles/slide/slide.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/* Modifiers */

@import 'modifiers/clear.css';
@import 'modifiers/white.css';
@import 'modifiers/gray.css';
@import 'modifiers/black.css';

/* Slide */
Expand Down

0 comments on commit 15942d1

Please sign in to comment.