Skip to content

Commit e00b8df

Browse files
author
reco_luan
committed
fix: style
1 parent 748e560 commit e00b8df

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

ā€Žcomponents/Common.vueā€Ž

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,6 @@ export default {
120120
// ę˜Æå¦ę˜¾ē¤ŗčÆ„č®ŗ
121121
shouldShowComments () {
122122
const { isShowComments, home } = this.$frontmatter
123-
console.log(this.isComment, isShowComments, home, !(
124-
this.isComment == false ||
125-
isShowComments == false ||
126-
home == true
127-
))
128123
return !(
129124
this.isComment == false ||
130125
isShowComments == false ||

ā€Žcomponents/Mode/modeOptions.jsā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const modeOptions = {
1010
'--default-color-3': 'rgba(255, 255, 255, .3)',
1111
'--default-color-2': 'rgba(255, 255, 255, .2)',
1212
'--default-color-1': 'rgba(255, 255, 255, .1)',
13-
'--background-color': '#F5F5F5',
13+
'--background-color': '#fff',
1414
'--box-shadow': '0 1px 6px 0 rgba(0, 0, 0, 0.2)',
1515
'--box-shadow-hover': '0 2px 16px 0 rgba(0, 0, 0, 0.2)',
1616
'--text-color': '#242424',

ā€Žexample/docs/.vuepress/public/head.pngā€Ž

100755100644
124 KB
Loading

ā€Žstyles/palette.stylā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $textShadow = 0 2px 4px $darkColor1;
2424
$borderRadius = .25rem
2525
$lineNumbersWrapperWidth = 2.5rem
2626

27-
$backgroundColor ?= #F5F5F5
27+
$backgroundColor ?= #fff
2828
$backgroundColorDark ?= #181818
2929

3030
$boxShadow = 0 1px 6px 0 $darkColor2

0 commit comments

Comments
Ā (0)
⚔