doc: css: remove images black border

Remove the black border present on images.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
diff --git a/doc/_static/css/custom.css b/doc/_static/css/custom.css
index b8389d2..9154ee4 100644
--- a/doc/_static/css/custom.css
+++ b/doc/_static/css/custom.css
@@ -50,10 +50,6 @@
     max-width: 480px;
 }
 
-.rst-content div.figure img {
-    border: 1px solid var(--body-color);
-}
-
 p,
 article ul,
 article ol,