CSS Humor

NYTimes After Washington Post Content Inherit Quotes None Important Columns Inherit

#@nytimes:after ~ #@washingtonpost {
  content: inherit;
  quotes: none !important;
  columns: inherit;
}

From @SGoresht