File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ $backgroundWidth: 1440px;
2525
2626 & _theme_dark {
2727 #{$block } __title ,
28- #{$block } __ description .yfm {
28+ #{$block } __ overtitle {
2929 color : var (--g-color-text-light-primary );
3030 }
3131 }
Original file line number Diff line number Diff line change @@ -133,7 +133,10 @@ export const HeaderBlock = (props: WithChildren<HeaderBlockFullProps>) => {
133133 < div className = { b ( 'description' ) } >
134134 < YFMWrapper
135135 content = { description }
136- modifiers = { { constructor : true } }
136+ modifiers = { {
137+ constructor : true ,
138+ constructorTheme : textTheme ,
139+ } }
137140 />
138141 </ div >
139142 ) }
Original file line number Diff line number Diff line change 6060 margin-bottom : $indentXXXS ;
6161 }
6262 }
63- }
6463
65- & _theme_dark {
66- p {
67- color : var (--g-color-text-light-primary );
64+ & _theme_dark {
65+ p {
66+ color : var (--g-color-text-light-primary );
67+ }
6868 }
6969 }
7070
You can’t perform that action at this time.
0 commit comments