mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-04-29 12:24:59 +08:00
Switch theme from Monokai to the less neon MonokaiSublime
This commit is contained in:
@@ -23,7 +23,7 @@ under the License.
|
||||
<title><%= current_page.data.title || "API Documentation" %></title>
|
||||
|
||||
<style>
|
||||
<%= Rouge::Themes::Monokai.render(:scope => '.highlight') %>
|
||||
<%= Rouge::Themes::MonokaiSublime.render(:scope => '.highlight') %>
|
||||
</style>
|
||||
<%= stylesheet_link_tag :screen, media: :screen %>
|
||||
<%= stylesheet_link_tag :print, media: :print %>
|
||||
|
||||
Reference in New Issue
Block a user