Skip to content

Unable to override background color in body #74

@shwethashyam1

Description

@shwethashyam1

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions