Important flag overrides all specificity

CSS

Created: 2022-10-06


p {
  background-color: red !important;
}