asklyphe/asklyphe-frontend/static/themes/classic/imagesearch.css
Evie Viau 03314a53d1
All checks were successful
/ build-all-services (push) Successful in 9m56s
fix: Fix incorrect background for classic theme image search
Fixes #T154
2025-03-19 21:20:23 -07:00

11 lines
No EOL
204 B
CSS

.pagecontent {
background: url("/static/snow.gif");
border: 3px inset black;
color: black;
}
@media screen and (max-width: 800px) {
.pagecontent {
width: calc(100% - 4px);
}
}