File tree 4 files changed +5
-5
lines changed
packages/@vuepress/theme-default/styles
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- .content
1
+ { $contentClass }
2
2
code
3
3
color lighten ($textColor , 20% )
4
4
padding 0.25rem 0.5rem
12
12
& .inserted
13
13
color $accentColor
14
14
15
- .content
15
+ { $contentClass }
16
16
pre , pre [class* = "language-" ]
17
17
line-height 1.4
18
18
padding 1.25rem 1.5rem
Original file line number Diff line number Diff line change
1
+ $contentClass = '.theme-default-content'
Original file line number Diff line number Diff line change
1
+ @require './config'
1
2
@require './code'
2
3
@require './custom-blocks'
3
4
@require './arrow'
4
5
@require './wrapper'
5
6
@require './toc'
6
7
7
- $contentClass = '.theme-default-content'
8
-
9
8
html , body
10
9
padding 0
11
10
margin 0
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ $mobileSidebarWidth = $sidebarWidth * 0.82
31
31
@media (max-width : $MQMobileNarrow)
32
32
h1
33
33
font-size 1.9rem
34
- .content
34
+ { $contentClass }
35
35
div [class* = "language-" ]
36
36
margin 0.85rem - 1.5rem
37
37
border-radius 0
You can’t perform that action at this time.
0 commit comments