Change the default PYGMENTS_STYLE native -> default

Lighter theme that matches our theme
main
Raymond Wanyoike 2016-11-12 11:29:54 +03:00
parent 32bd56b917
commit 1df506e0e2
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/bootstrap.min.css">
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/font-awesome.min.css">
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/pygments/{{ PYGMENTS_STYLE|default('native') }}.min.css">
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/pygments/{{ PYGMENTS_STYLE|default('default') }}.min.css">
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->