v1.5.2
This commit is contained in:
parent
fad3ba0a0a
commit
ee9837b87e
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
@ -252,4 +253,4 @@ codeThemeDark()
|
|||
|
||||
.token.inserted {
|
||||
color: green;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue