File tree 1 file changed +4
-18
lines changed
src/client/theme-default/styles/components
1 file changed +4
-18
lines changed Original file line number Diff line number Diff line change 13
13
background-color : var (--vp-custom-block-info-bg );
14
14
}
15
15
16
- .custom-block .info th {
17
- color : var (--vp-custom-block-info-text );
16
+ .custom-block .custom-block th ,
17
+ .custom-block .custom-block blockquote > p {
18
+ font-size : var (--vp-custom-block-font-size );
19
+ color : inherit;
18
20
}
19
21
20
22
.custom-block .info code {
27
29
background-color : var (--vp-custom-block-tip-bg );
28
30
}
29
31
30
- .custom-block .tip th {
31
- color : var (--vp-custom-block-tip-text );
32
- }
33
-
34
32
.custom-block .tip code {
35
33
background-color : var (--vp-custom-block-tip-code-bg );
36
34
}
41
39
background-color : var (--vp-custom-block-warning-bg );
42
40
}
43
41
44
- .custom-block .warning th {
45
- color : var (--vp-custom-block-warning-text );
46
- }
47
-
48
42
.custom-block .warning code {
49
43
background-color : var (--vp-custom-block-warning-code-bg );
50
44
}
55
49
background-color : var (--vp-custom-block-danger-bg );
56
50
}
57
51
58
- .custom-block .danger th {
59
- color : var (--vp-custom-block-danger-text );
60
- }
61
-
62
52
.custom-block .danger code {
63
53
background-color : var (--vp-custom-block-danger-code-bg );
64
54
}
69
59
background-color : var (--vp-custom-block-details-bg );
70
60
}
71
61
72
- .custom-block .details th {
73
- color : var (--vp-custom-block-details-text );
74
- }
75
-
76
62
.custom-block .details code {
77
63
background-color : var (--vp-custom-block-details-code-bg );
78
64
}
You can’t perform that action at this time.
0 commit comments