themes + begin user pages

This commit is contained in:
sky
2025-07-08 00:25:44 -04:00
parent aa4bb69786
commit c8d3d0d50c
10 changed files with 233 additions and 831 deletions

23
css/settings.css Normal file
View File

@ -0,0 +1,23 @@
section {
width: 30%;
height: 400px;
height: auto;
padding: 8px;
margin: 16px;
background-color: color-mix(in srgb, var(--color-2) 40%, #00000000 60%);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 20px;
margin: 15px;
transition-duration: 0.25s;
backdrop-filter: blur(2px);
box-shadow: 0 0 10px var(--color-2);
}
sections {
width: 90vw;
display: flex;
justify-content: center;
align-items: center;
}