Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to override background color in body #74

Open
shwethashyam1 opened this issue Oct 15, 2021 · 0 comments
Open

Unable to override background color in body #74

shwethashyam1 opened this issue Oct 15, 2021 · 0 comments

Comments

@shwethashyam1
Copy link

shwethashyam1 commented Oct 15, 2021

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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant