diff options
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; |