Skip to content

Commit

Permalink
fix: remove unnecessary styles (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juli Ovechkina authored Sep 22, 2023
1 parent 10d4fbb commit 47ccf13
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/blocks/Header/Header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ $backgroundWidth: 1440px;

&_theme_dark {
#{$block}__title,
#{$block}__description .yfm,
#{$block}__description .yfm * {
#{$block}__description .yfm {
color: var(--g-color-text-light-primary);
}
}
Expand Down Expand Up @@ -77,8 +76,7 @@ $backgroundWidth: 1440px;
&__description {
margin-top: $indentXS;

.yfm,
.yfm * {
.yfm {
@include text-size(body-3);
color: var(--g-color-text-primary);
}
Expand Down

0 comments on commit 47ccf13

Please sign in to comment.