merge upgrade of highlight.js, add base styles to pre code, dont limit language detection in index.html #809
This commit is contained in:
@ -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%;
|
||||
|
2
css/reveal.min.css
vendored
2
css/reveal.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user