How to remove rounded corners on images

Rounded borders are cool and all, but when i’m working with small images such as pieces of pixel art, the rounded borders on images (which apparently are a thing now?) obstruct important information and it’s bothering me.

What I’m trying to do

The images in my notes shouldn’t have rounded borders.

Things I have tried

Look it up on google for a while, and these forums, and looked through some obsidian docs. Found some snippets, and the one i found is this:

img {
    border-radius: 0px;
}

…and this seems to only apply when i click on it or open in new tab, not when the image is just there in a note.

Btw i did try in restricted mode so i don’t think it’s the plugins.

body {
	--image-radius: 0;
}