Update code highlighting theme from Base16::Monokai to just Monokai

This commit is contained in:
Robert Lord 2017-01-16 17:44:05 -06:00
parent 8ed8f51851
commit 0d6c996595

View file

@ -23,7 +23,7 @@ under the License.
<title><%= current_page.data.title || "API Documentation" %></title>
<style>
<%= Rouge::Themes::Base16::Monokai.render(:scope => '.highlight') %>
<%= Rouge::Themes::Monokai.render(:scope => '.highlight') %>
</style>
<%= stylesheet_link_tag :screen, media: :screen %>
<%= stylesheet_link_tag :print, media: :print %>