This commit is contained in:
xugaoyi 2020-12-04 15:12:16 +08:00
parent ee9837b87e
commit 2c241d7354
3 changed files with 16 additions and 3 deletions

View File

@ -4,7 +4,7 @@
//
// //
// $bannerTextColor = #fff // 首页banner区()
// $accentColor = #11A8CD
// $arrowBgColor = #ccc
@ -31,9 +31,14 @@
// --textColor: #004050
// --textLightenColor: #0085AD
// --borderColor: rgba(0,0,0,.15)
// //
// --codeBg: #f6f6f6
// --codeColor: #525252
// codeThemeLight()
// // //
// // --codeBg: #252526
// // --codeColor: #fff
// // codeThemeDark()
// //
// .theme-mode-dark
@ -59,4 +64,4 @@
// --borderColor: rgba(0,0,0,.15)
// --codeBg: #282c34
// --codeColor: #fff
// codeThemeDark()
// codeThemeDark()

View File

@ -1,6 +1,6 @@
{
"name": "vuepress-theme-vdoing",
"version": "1.5.2",
"version": "1.5.3",
"description": "Vdoing theme for VuePress. 一个基于VuePress的知识管理兼博客主题。",
"author": {
"name": "gaoyi(Evan) Xu"

View File

@ -239,6 +239,14 @@ codeThemeDark()
color: #67cdcc;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
background: none;
}
.token.important,
.token.bold {
font-weight: bold;