Skip to content

Commit

Permalink
feat($default-theme): vue-styled deleted & inserted code
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Oct 5, 2018
1 parent 80d7e30 commit d987ea5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/@vuepress/theme-default/styles/code.styl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
font-size 0.85em
background-color rgba(27,31,35,0.05)
border-radius 3px
.token
&.deleted
color #EC5975
&.inserted
color $accentColor

.content
pre, pre[class*="language-"]
Expand Down Expand Up @@ -125,6 +130,6 @@ div[class~="language-python"]:before

div[class~="language-bash"]:before
content "sh"

div[class~="language-php"]:before
content "php"

0 comments on commit d987ea5

Please sign in to comment.