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/oled/settings.css

20 lines
290 B
CSS
Raw Permalink Normal View History

2025-03-07 17:13:57 -08:00
.settings-area {
background: black;
border: 1px solid white;
}
@media screen and (max-width: 800px) {
.settings-area {
width: calc(100% - 1px);
}
}
.settings-section {
background: black;
border: 1px solid white;
color: white;
}
p {
color: white;
}