Semantic-Org / Semantic-UI-CSS

CSS Only distribution
http://www.semantic-ui.com
MIT License
488 stars 362 forks source link

Unable to override background color in body #74

Open shwethashyam1 opened 2 years ago

shwethashyam1 commented 2 years ago

I am unable to override the body in semantic UI. It seems to have broken my entire css styles. I tried adding !important in my main css but it still does not work.

.body {
  font-family: 'DMSans', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  min-height: 100vh !important;
  scroll-behavior: smooth !important;
  text-rendering: optimizeSpeed !important;
  line-height: 1.5 !important;
  background: #FBFAF9 !important;
  color: #595454 !important;
}