aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-07-02 14:58:47 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-07-02 14:58:47 +0200
commit523f78eda724006e12a502a7b6d7c8147dc92fbe (patch)
tree080418acabc86f93ede45319d438034724f3dbd2 /index.html
parent2de01e3219144c52342d6076b5c0f87e606b1380 (diff)
downloadfreenode-live-2017-presentation-523f78eda724006e12a502a7b6d7c8147dc92fbe.tar
freenode-live-2017-presentation-523f78eda724006e12a502a7b6d7c8147dc92fbe.tar.gz
remove harcoded syntax highlight colors #1290
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/index.html b/index.html
index aad2046..0159b7f 100644
--- a/index.html
+++ b/index.html
@@ -189,16 +189,16 @@
</section>
<section data-background="https://s3.amazonaws.com/hakim-static/reveal-js/image-placeholder.png">
<h2>Image Backgrounds</h2>
- <pre><code>&lt;section data-background="image.png"&gt;</code></pre>
+ <pre><code class="hljs">&lt;section data-background="image.png"&gt;</code></pre>
</section>
<section data-background="https://s3.amazonaws.com/hakim-static/reveal-js/image-placeholder.png" data-background-repeat="repeat" data-background-size="100px">
<h2>Tiled Backgrounds</h2>
- <pre><code style="word-wrap: break-word;">&lt;section data-background="image.png" data-background-repeat="repeat" data-background-size="100px"&gt;</code></pre>
+ <pre><code class="hljs" style="word-wrap: break-word;">&lt;section data-background="image.png" data-background-repeat="repeat" data-background-size="100px"&gt;</code></pre>
</section>
<section data-background-video="https://s3.amazonaws.com/static.slid.es/site/homepage/v1/homepage-video-editor.mp4,https://s3.amazonaws.com/static.slid.es/site/homepage/v1/homepage-video-editor.webm" data-background-color="#000000">
<div style="background-color: rgba(0, 0, 0, 0.9); color: #fff; padding: 20px;">
<h2>Video Backgrounds</h2>
- <pre><code style="word-wrap: break-word;">&lt;section data-background-video="video.mp4,video.webm"&gt;</code></pre>
+ <pre><code class="hljs" style="word-wrap: break-word;">&lt;section data-background-video="video.mp4,video.webm"&gt;</code></pre>
</div>
</section>
<section data-background="http://i.giphy.com/90F8aUepslB84.gif">
@@ -211,7 +211,7 @@
<p>
Different background transitions are available via the backgroundTransition option. This one's called "zoom".
</p>
- <pre><code>Reveal.configure({ backgroundTransition: 'zoom' })</code></pre>
+ <pre><code class="hljs">Reveal.configure({ backgroundTransition: 'zoom' })</code></pre>
</section>
<section data-transition="slide" data-background="#b5533c" data-background-transition="zoom">
@@ -219,12 +219,12 @@
<p>
You can override background transitions per-slide.
</p>
- <pre><code style="word-wrap: break-word;">&lt;section data-background-transition="zoom"&gt;</code></pre>
+ <pre><code class="hljs" style="word-wrap: break-word;">&lt;section data-background-transition="zoom"&gt;</code></pre>
</section>
<section>
<h2>Pretty Code</h2>
- <pre><code data-trim contenteditable>
+ <pre><code class="hljs" data-trim contenteditable>
function linkify( selector ) {
if( supports3DTransforms ) {