Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xugaoyi committed Dec 4, 2020
1 parent fad3ba0 commit ee9837b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"vuepress-plugin-one-click-copy": "^1.0.2",
"vuepress-plugin-thirdparty-search": "^1.0.2",
"vuepress-plugin-zooming": "^1.1.7",
"vuepress-theme-vdoing": "^1.5.1",
"vuepress-theme-vdoing": "^1.5.2",
"yamljs": "^0.3.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion theme-vdoing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-theme-vdoing",
"version": "1.5.1",
"version": "1.5.2",
"description": "Vdoing theme for VuePress. 一个基于VuePress的知识管理兼博客主题。",
"author": {
"name": "gaoyi(Evan) Xu"
Expand Down
3 changes: 2 additions & 1 deletion theme-vdoing/styles/code-theme.styl
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ codeThemeDark()
pre[class*="language-"] {
color: #ccc;
background: none;
text-shadow: none;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
font-size: 1em;
text-align: left;
Expand Down Expand Up @@ -252,4 +253,4 @@ codeThemeDark()

.token.inserted {
color: green;
}
}

0 comments on commit ee9837b

Please sign in to comment.