/* Make all image borders thinner */
img {
  border-width: 1px !important;
  border-style: solid;
}

/* If you only want to target images inside article content */
article img {
  border-width: 1px !important;
}
