+1 vote
in CSS by
What does the :root pseudo-class refer to?

1 Answer

0 votes
by

The :root selector allows you to target the highest-level “parent” element in the DOM, or document tree. It is defined in the CSS Selectors Level 3 specification.

...