Switch prism theme to twilight
This commit is contained in:
parent
29676e2707
commit
cd67d13410
|
@ -4,6 +4,10 @@ pre
|
|||
word-break: normal
|
||||
word-wrap: no-wrap
|
||||
|
||||
pre[class*="language-"]
|
||||
border: 0
|
||||
border-radius: 0
|
||||
|
||||
pre code
|
||||
white-space: pre
|
||||
word-break: normal
|
||||
|
|
|
@ -23,7 +23,7 @@ var config = {
|
|||
gulp.task('styles', function () {
|
||||
return gulp.src([
|
||||
config.bowerDir + '/font-awesome/css/font-awesome.css',
|
||||
config.bowerDir + '/prism/themes/prism-tomorrow.css',
|
||||
config.bowerDir + '/prism/themes/prism-twilight.css',
|
||||
config.sass.sourceDir + config.sass.pattern
|
||||
])
|
||||
.pipe(plugins.plumber())
|
||||
|
|
Loading…
Reference in a new issue