Skip to content

Commit

Permalink
feat: style diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Jul 31, 2020
1 parent 2f6779b commit 5e3ebce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/docs/components/ContentWrapper.vue
Expand Up @@ -121,8 +121,9 @@ export default {
color: #ec5975;
}
code .token.inserted {
color: #f00;
color: #0a7a34;
}
pre,
pre[class*='language-'] {
line-height: 1.4;
Expand Down Expand Up @@ -188,7 +189,7 @@ export default {
left: 0;
top: 0;
display: block;
width: $lineNumbersWrapperWidth;
width: 1rem;
height: 100%;
background-color: rgba(255, 255, 255, 0.95);
}
Expand Down

0 comments on commit 5e3ebce

Please sign in to comment.