ember-cli / ember-welcome-page

Welcome page for Ember CLI applications
MIT License
12 stars 23 forks source link

Adds CSS to body tag which changes entire site #402

Open Gaurav0 opened 1 year ago

Gaurav0 commented 1 year ago

The following is included in the welcome-page.css:

body {
  color: rgb(28, 30, 36);
  background: rgb(244, 246, 248);
  font-family: "Inter var","Inter web",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0;
}

Because of this, adding or removing this addon on an existing site changes the look of the site.