.test:before,
.test:after {
  color: pink;
  color: red;
}

.test::before,
.test::after {
  color: pink;
  color: red;
}
