mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Update code highlighting theme from Base16::Monokai to just Monokai
This commit is contained in:
parent
8ed8f51851
commit
0d6c996595
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %>
|
||||
|
|
|
|||
Loading…
Reference in a new issue