hf: classic theme border sizing

fixes an issue with the classic theme where the borders of page contents
are slightly too large
This commit is contained in:
husky 2025-03-18 20:30:42 -07:00
parent 37660d826a
commit 016e1957e3
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
background: url("/static/snow.gif");
border: 3px inset black;
color: black;
box-sizing: border-box;
}
@media screen and (max-width: 800px) {

View file

@ -1,6 +1,7 @@
.settings-area {
background: url("/static/snow.gif");
border: 1px solid white;
box-sizing: border-box;
}
@media screen and (max-width: 800px) {