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.

  • Destragras@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    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.