A Syntax Theme for CodePen

Find it in Settings under the Editor tab.
Fork this pen to edit your own theme colors and we might add it to CodePen!

html, body {
  height: 100%;
  /* Comment */
}
body:after {
  content: "foo !== bar"
}
@media (min-width: 300px) {
  .cool {
    padding: 5%;
  }
}