Skip to content

Commit 0d6c996

Browse files
committed
Update code highlighting theme from Base16::Monokai to just Monokai
1 parent 8ed8f51 commit 0d6c996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/layouts/layout.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<title><%= current_page.data.title || "API Documentation" %></title>
2424

2525
<style>
26-
<%= Rouge::Themes::Base16::Monokai.render(:scope => '.highlight') %>
26+
<%= Rouge::Themes::Monokai.render(:scope => '.highlight') %>
2727
</style>
2828
<%= stylesheet_link_tag :screen, media: :screen %>
2929
<%= stylesheet_link_tag :print, media: :print %>

0 commit comments

Comments
 (0)