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

23 lines
536 B
CSS
Raw Permalink Normal View History

2025-03-07 17:13:57 -08:00
.pagecontent {
background: rgba(240, 240, 240, 1.0);
}
.pagegradient {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 10px);
}
.settings-area {
background: rgba(240, 240, 240, 1.0);
}
.settings-section {
border: 1px solid rgba(0, 0, 0, .7);
box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, .7), inset 0 0 0 1px #fffa;
background: rgba(240, 240, 240, 0.6);
font-family: "Segoe UI", sans-serif;
font-weight: normal;
font-size: 12px;
color: #1b1b1b;
padding: 20px;
}