fix: Fix incorrect background for classic theme image search #9

Merged
husky merged 1 commit from fix/evie/T154 into develop 2025-03-24 11:49:20 -07:00

View file

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