asklyphe/asklyphe-frontend/static/themes/classic/settings.css

20 lines
331 B
CSS
Raw Permalink Normal View History

2025-03-12 12:32:15 -07:00
.settings-area {
background: url("/static/snow.gif");
border: 1px solid white;
}
@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;
}