This repository has been archived on 2025-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
asklyphe-frontend/static/themes/classic/settings.css

20 lines
No EOL
331 B
CSS

.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;
}