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

20 lines
431 B
CSS
Raw Permalink Normal View History

2025-03-07 17:13:57 -08:00
.pagegradient {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0) 50px);
}
.settings-area {
background: white;
width: 100%;
}
.settings-section {
background-image: url("/static/themes/water/bg.png");
border-radius: 6px;
padding: 20px;
box-shadow: dimgray 0 0 10px;
}
#theme-submit {
margin-top: 10px;
background-image: url("/static/themes/water/button_mid.png");
}