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.
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.
CSS does work - you can verify by selecting one of the “image” options and then saving. I don’t know why yours will not work.
JavaScript doesn’t work as far as I know.