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