|
|
|
|
|
by remedan
341 days ago
|
|
This is off-topic, but I use the Firefox extension Foxy Gestures. When I draw a gesture on the featured website, a pop-up shows the gesture I'm drawing. I have never seen that before. Is that some JS/CSS trickery? Or a bug in the extension? |
|
It so happens that the website has a CSS style[0] for the last div in the body with no class and no id (search for `body>div:last-child` in the css) - and use it to indicate "admonition-danger" (maybe to show errors?).
[0]: https://mildbyte.xyz/main.css