diff options
author | Hakim El Hattab | 2017-05-18 16:03:20 +0200 |
---|---|---|
committer | Hakim El Hattab | 2017-05-18 16:03:20 +0200 |
commit | 7ae18c6b1ed8c9ce3105d5a8de3afa4d092221d5 (patch) | |
tree | 1fd604c6279c4ccaaccb32697350d8ce60b9d87a /css/reveal.css | |
parent | 052a3f0c711baaf80e6947bd38eb5d0444365874 (diff) |
'no notes on this slide' placeholder
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/reveal.css b/css/reveal.css index f5494ac..a7d2f4a 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -1483,6 +1483,11 @@ body { text-align: left; font-family: Helvetica, sans-serif; -webkit-overflow-scrolling: touch; } + .reveal .speaker-notes .notes-placeholder { + color: #ccc; + font-style: italic; } + .reveal .speaker-notes:focus { + outline: none; } .reveal .speaker-notes:before { content: 'Speaker notes'; display: block; |