Skip to content

Commit

Permalink
Stop targeting body in css (#1965)
Browse files Browse the repository at this point in the history
  • Loading branch information
futa-ikeda authored Aug 24, 2023
1 parent 96382fe commit 77cb269
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/osf-components/addon/components/search-page/styles.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
// stylelint-disable max-nesting-depth, selector-max-compound-selectors, selector-no-qualifying-type

body {
background-color: $color-bg-gray-blue-light;
.search-page {
background: $color-bg-gray-blue-light;
}

.search-page-mobile {
background: $color-bg-gray-blue-light;

> div:first-of-type {
margin-left: 0;
}
Expand Down

0 comments on commit 77cb269

Please sign in to comment.