-
When you don't explicitly set a background it defaults to purple is there any reason for this? |
Beta Was this translation helpful? Give feedback.
Answered by
hasparus
Nov 18, 2020
Replies: 1 comment 2 replies
-
So... there are no default values, and the thing that lands in your CSS is actually As of why is |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
bryiac
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So... there are no default values, and the thing that lands in your CSS is actually
background-color: background
.It's just "unsupported" on Theme UI side. I think the library expects you to have a background color.
As of why is
background
rgb(99, 99, 206)
... I tried googling it, but I didn't find any explanation.