Fix Backgrounds Borders (#4491)

b793e3e19b60d5b780097449273068366356de07

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

Signed
1 files changed, +4 -2Ignore whitespace
public/css/backgrounds.css+4 -2
@@ -116,8 +116,10 @@ body.reduced-motion #bg_custom {
116116
117 position: relative;117 position: relative;
118 overflow: hidden;118 overflow: hidden;
119 border-radius: 10px;119 border-radius: 8px;
120 border: 1px solid var(--SmartThemeBorderColor);120 border: 0px solid transparent;
121 outline: 2px solid var(--SmartThemeBorderColor);
122 outline-offset: -1px;
121}123}
122124
123.bg_example_img {125.bg_example_img {