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

20 lines
431 B
CSS
Raw Permalink Normal View History

2025-03-12 12:32:15 -07: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");
}