@@ -48,55 +48,4 @@ $homePageWidth = 1100px
48
48
$rightMenuWidth = 230px // 右侧菜单
49
49
50
50
// 代码块
51
- $lineNumbersWrapperWidth = 2.5rem
52
-
53
- // 浅色模式
54
- // .theme-mode-light
55
- // --bodyBg: #f4f4f4
56
- // --mainBg: rgba(255,255,255,1)
57
- // --sidebarBg: rgba(255,255,255,.8)
58
- // --blurBg: rgba(255,255,255,.9)
59
- // --customBlockBg: #f1f1f1
60
- // --textColor: #00323c
61
- // --textLightenColor: #0085AD
62
- // --borderColor: rgba(0,0,0,.12)
63
- // --codeBg: #f6f6f6
64
- // --codeColor: #525252
65
- // codeThemeLight()
66
- //
67
- // // 深色模式
68
- // .theme-mode-dark
69
- // --bodyBg: rgb(39,39,43)
70
- // --mainBg: rgba(30,30,34,1)
71
- // --sidebarBg: rgba(30,30,34,.8)
72
- // --blurBg: rgba(30,30,34,.8)
73
- // --customBlockBg: rgb(39,39,43)
74
- // --textColor: rgb(155,155,170)
75
- // --textLightenColor: #0085AD
76
- // // --borderColor: #2C2C3A
77
- // --borderColor: #30363d
78
- // --codeBg: #252526
79
- // --codeColor: #fff
80
- // codeThemeDark()
81
- //
82
- // // 阅读模式
83
- // .theme-mode-read
84
- // --bodyBg: rgb(236,236,204)
85
- // --mainBg: rgba(245,245,213,1)
86
- // --sidebarBg: rgba(245,245,213,.8)
87
- // --blurBg: rgba(245,245,213,.9)
88
- // --customBlockBg: rgb(236,236,204)
89
- // --textColor: #704214
90
- // --textLightenColor: #996633
91
- // --borderColor: rgba(0,0,0,.15)
92
- // --codeBg: #282c34
93
- // --codeColor: #fff
94
- // codeThemeDark()
95
- //
96
- // // 背景色整体一致
97
- // .theme-style-line.theme-mode-light
98
- // --bodyBg: rgba(255,255,255,1)
99
- // .theme-style-line.theme-mode-dark
100
- // --bodyBg: rgba(30,30,34,1)
101
- // .theme-style-line.theme-mode-read
102
- // --bodyBg: rgba(245,245,213,1)
51
+ $lineNumbersWrapperWidth = 2.5rem
0 commit comments