Skip to content

Commit

Permalink
Increase InspectModal contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
jolaleye committed May 8, 2019
1 parent 8c48f0e commit 0809598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/InspectModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@ export default {
.modal {
margin: auto;
padding: 2em 3em;
background-color: hsl(243, 60%, 8%);
background-color: hsl(245, 49%, 12%);
max-width: 90%;
display: flex;
flex-flow: column nowrap;
}
pre {
background-color: hsla(246, 45%, 15%, 0.2);
background-color: hsla(245, 45%, 27%, 0.2);
padding: 2em;
overflow: auto;
}
Expand Down

0 comments on commit 0809598

Please sign in to comment.