Skip to content

Commit

Permalink
fix unable to override background color
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseChavez committed Aug 23, 2021
1 parent 322d4bd commit 74a0b21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ $cursor-text-value: text !default;

// Default body styles
body {
background: $body-bg;
background-color: $body-bg;
color: $body-font-color;
cursor: $cursor-auto-value;
font-family: $body-font-family;
Expand Down

0 comments on commit 74a0b21

Please sign in to comment.