this post was submitted on 13 Aug 2023
2 points (100.0% liked)

/kbin meta

2 readers
3 users here now

Magazine dedicated to discussions about the kbin itself. Provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics. ---- * Roadmap 2023 * m/kbinDevlog * m/kbinDesign

founded 1 year ago
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 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.