Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xugaoyi committed Jun 20, 2020
1 parent b182561 commit 0a21ed8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 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.3.0",
"vuepress-theme-vdoing": "^1.3.1",
"yamljs": "^0.3.0"
},
"dependencies": {
Expand Down
4 changes: 4 additions & 0 deletions theme-vdoing/components/ArchivesPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ export default {
margin-top 1rem
opacity .5
.theme-mode-dark .archives-page .theme-vdoing-wrapper li a:hover,
.theme-mode-read .archives-page .theme-vdoing-wrapper li a:hover
background var(--customBlockBg)
.hide-navbar
.archives-page
Expand Down
2 changes: 1 addition & 1 deletion theme-vdoing/components/CategoriesBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default {
color $accentColor
&:hover
color $accentColor
padding-left .4rem
padding-left .6rem
span
opacity .8
span
Expand Down
3 changes: 2 additions & 1 deletion theme-vdoing/components/TagsBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default {
padding .8rem .5rem .5rem .5rem
margin 0 -0.5rem -0.5rem -0.5rem
a
opacity .7
opacity .8
display inline-block
padding .2rem .4rem
transition all .4s
Expand All @@ -95,6 +95,7 @@ export default {
font-weight 400
&:hover
opacity 1
transform scale(1.1)
&.active
box-shadow 0 0 6px rgba(0,0,0,0.15)
transform scale(1.22)
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.3.0",
"version": "1.3.1",
"description": "Vdoing theme for VuePress. 一个基于VuePress的知识管理兼博客主题。",
"author": {
"name": "gaoyi(Evan) Xu"
Expand Down
2 changes: 1 addition & 1 deletion theme-vdoing/styles/palette.styl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $lineNumbersWrapperWidth = 2.5rem
--sidebarBg: rgba(255,255,255,.8)
--blurBg: rgba(255,255,255,.9)
--customBlockBg: #f1f1f1
--textColor: #004050
--textColor: #00323c
--textLightenColor: #0085AD
--borderColor: rgba(0,0,0,.15)
--codeBg: #f6f6f6
Expand Down

0 comments on commit 0a21ed8

Please sign in to comment.