Skip to content

Commit

Permalink
Убирает фоновый цвет (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
skorobaeus authored Mar 5, 2024
1 parent 0282c5c commit d42dcdc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/styles/blocks/answer.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
.answer__content > .answer__summary {
height: 110px;
padding: var(--offset);
background-color: var(--color-background);
}

.answer__content .answer__toggler {
Expand Down
1 change: 0 additions & 1 deletion src/styles/blocks/practices.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
.practices__content > .practices__summary {
height: 110px;
padding: var(--offset);
background-color: var(--color-background);
}

.practices__content .practices__toggler {
Expand Down

0 comments on commit d42dcdc

Please sign in to comment.