Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Code Contrast in PODRenderer and Project Site #1128

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove stripes.png bg from code, use 0xfa solid instead
  • Loading branch information
merrilymeredith committed Sep 3, 2017
commit 5926d46fed095571f366e74aec4d3e32dea72bc1
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,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