Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
016e1957e3 hf: classic theme border sizing
fixes an issue with the classic theme where the borders of page contents
are slightly too large
2025-03-18 20:30:42 -07:00
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) {