Add a border around Blog Images

Add this code to the Custom CSS field on the Settings tab of your Blog widget’s settings:

[class*="popup__Content"] [class*="MediaImage__Container"], [class*="MediaImage__Container"] img {
    border: 3px solid #f1f;
}

Result