This PR fixes the selectors in the overrides.scss file to properly load the styles. The styles were wrapped with
and that needed to be removed.
Also the theme.json had "Additional CSS" in it carried over from an earlier site build. All styles could be removed except the first one was a reset for top margins. However, it did the same thing as selecting header, footer, and main. Those have been added to the overrides instead. The theme.json now has now no Additional CSS by default.
This PR effects the following two tasks:
To see the specific tasks where the Asana app for GitHub is being used, see below:
Changes proposed in this pull request
This PR fixes the selectors in the overrides.scss file to properly load the styles. The styles were wrapped with
and that needed to be removed.Also the theme.json had "Additional CSS" in it carried over from an earlier site build. All styles could be removed except the first one was a reset for top margins. However, it did the same thing as selecting header, footer, and main. Those have been added to the overrides instead. The theme.json now has now no Additional CSS by default.
This PR effects the following two tasks: