Image formatting issue

I am using an image for the website logo. It is supposed to blend in with the background, but i am noticing a border around it. How do I get ride of the border?

You can check it at this site:

www.saferle.net

Hello @Sanjay_Iyer

This is known issue and it’s already fixed, we are going to release it in the nearest release.
However, I can propose a workaround until it’s in production.
Just create a new AppExtension and add the following content:

@imageBorder: NULL;
@imageBoxShadow: NULL; 

Regards, Vlad