Fix Backgrounds Borders (#4491)

b793e3e19b60d5b780097449273068366356de07

L <123923688+Vibecoder9000@users.noreply.github.com>

Signed
1 files changed, +4 -2Showing whitespace changes
public/css/backgrounds.css+4 -2
@@ -116,8 +116,10 @@ body.reduced-motion #bg_custom {
116116
117117 position: relative;
118118 overflow: hidden;
119119 border-radius: 10px8px;
120120 border: 1px0px solid var(--SmartThemeBorderColor)transparent;
121+ outline: 2px solid var(--SmartThemeBorderColor);
122+ outline-offset: -1px;
121123}
122124
123125.bg_example_img {