Cascading is !important


The priorities of declarations:

  1. Reader with !important
  2. Author with !important
  3. Author
  4. Reader
  5. UA
* { color: white !important;
    background: black !important }