Skip to content

Commit d0cb1ce

Browse files
committed
fix: header block dark theme html
1 parent 5831da7 commit d0cb1ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/blocks/Header/Header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $backgroundWidth: 1440px;
2525
&_theme_dark {
2626
#{$block}__title,
2727
#{$block}__description .yfm,
28-
#{$block}__description .yfm > * {
28+
#{$block}__description .yfm * {
2929
color: var(--yc-color-text-light-primary);
3030
}
3131
}

src/blocks/Header/__stories__/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"verticalOffset": "m",
1010
"type": "header-block",
1111
"title": "Yandex Cloud Professionals partner program",
12-
"description": "<p>Sell Yandex Cloud services and get a monthly partner bonus ranging from 12% to 20% of your customers' spending on the services. Get grants to try out Yandex Cloud services or implement your customers' pilot projects.</p> ",
12+
"description": "<p>Marketplace is awailable now in Managed Service for Kubernetes<sup>®</sup> management console.</p>",
1313
"width": "s",
1414
"buttons": [
1515
{

0 commit comments

Comments
 (0)