Skip to content

Commit

Permalink
use a more modern syntax highlighting theme
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 13, 2017
1 parent 8e353ae commit 56fdbf9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed lib/Mojolicious/resources/public/mojo/stripes.png
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/Mojolicious/resources/templates/mojo/perldoc.html.ep
Expand Up @@ -46,7 +46,7 @@
margin-top: 0;
}
pre {
background: url(<%= url_for '/mojo/stripes.png' %>);
background-color: #fafafa;
border: 1px solid #c1c1c1;
border-radius: 3px;
font: 100% Consolas, Menlo, Monaco, Courier, monospace;
Expand Down
1 change: 0 additions & 1 deletion t/mojolicious/exception_lite_app.t
Expand Up @@ -268,7 +268,6 @@ $t->get_ok('/mojo/pinstripe-dark.png')->status_is(200)
->content_type_is('image/png');
$t->get_ok('/mojo/pinstripe-light.png')->status_is(200)
->content_type_is('image/png');
$t->get_ok('/mojo/stripes.png')->status_is(200)->content_type_is('image/png');

done_testing();

Expand Down

0 comments on commit 56fdbf9

Please sign in to comment.