asklyphe/asklyphe-frontend/static/themes/classic/settings.css
husky 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

21 lines
No EOL
359 B
CSS

.settings-area {
background: url("/static/snow.gif");
border: 1px solid white;
box-sizing: border-box;
}
@media screen and (max-width: 800px) {
.settings-area {
width: calc(100% - 1px);
}
}
.settings-section {
background: rgba(0.77, 0.77, 0.77, 0.43);
border: 3px inset black;
color: white;
}
p {
color: white;
}