Does custom magazine CSS currently work?

I saw that CSS and JS are supported, but something simple like

.entry.section.subject:hover {
  background: azure;
}

and

console.log("hello");

don't work for me and there's no documentation, so maybe I'm doing something wrong.