Browse Source

Adds zenburn theme for pygments style

Talha Mansoor 11 years ago
parent
commit
3c3a884a4c
2 changed files with 2 additions and 0 deletions
  1. 1 0
      static/css/zenburn.css
  2. 1 0
      templates/base.html

File diff suppressed because it is too large
+ 1 - 0
static/css/zenburn.css


+ 1 - 0
templates/base.html

@@ -8,6 +8,7 @@
         <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/bootstrap.css" media="screen"/>
         <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/bootstrap-responsive.css" media="screen"/>
         <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/style.css" media="screen"/>
+        <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/zenburn.css" media="screen"/>
         {% endblock %}
     </head>
     <body>