diff options
author | Hakim El Hattab | 2014-03-25 16:56:33 +0100 |
---|---|---|
committer | Hakim El Hattab | 2014-03-25 16:56:33 +0100 |
commit | 243867f91ec2929a71c6ebac4519a55e1ed4b286 (patch) | |
tree | c8ba1faf55ccbff9d28c49b6ed1f80bf71a88a7e /css/reveal.css | |
parent | b8157a1e91ed40af945cd730a5450434e15797b8 (diff) |
merge upgrade of highlight.js, add base styles to pre code, dont limit language detection in index.html #809
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/css/reveal.css b/css/reveal.css index 7423e18..1585cda 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -353,10 +353,13 @@ body { font-family: monospace; } .reveal pre code { + display: block; padding: 5px; overflow: auto; max-height: 400px; word-wrap: normal; + background: #3F3F3F; + color: #DCDCDC; } .reveal pre.stretch code { height: 100%; |