What is the difference between
:root {
/* some style */
}
and
html /*(or body)*/ {
/* some style */
}
In practice, don't they have the same effect?
What is the difference between
:root {
/* some style */
}
and
html /*(or body)*/ {
/* some style */
}
In practice, don't they have the same effect?