injection.css 137 B

12345678
  1. * {
  2. color: red !important; /* for humans */
  3. }
  4. h4 {
  5. display: none; /* for machines, used to trace whether this sheet is applied */
  6. }