WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2024 Poal.co

379

body .pure-u-1 .sbimg {

height: 200px;

background: url(%%your_image_for_day_mode%%) no-repeat center/contain;

}

body.dark .pure-u-1 .sbimg {

height: 200px;

background: url(%%your_image_for_dark_mode%%) no-repeat center/contain;

}

`body .pure-u-1 .sbimg {` ` height: 200px; ` ` background: url(%%your_image_for_day_mode%%) no-repeat center/contain;` `}` `body.dark .pure-u-1 .sbimg {` ` height: 200px; ` ` background: url(%%your_image_for_dark_mode%%) no-repeat center/contain;` `}`

(post is archived)