commit just to pull from desktop
All checks were successful
/ build (push) Successful in 4m33s

This commit is contained in:
Ruben 2025-10-19 16:30:57 -05:00
commit 3bc49202aa
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583
2 changed files with 18 additions and 0 deletions

View file

@ -318,6 +318,19 @@ details.cw[open] {
}
/* card styling */
card-container {
display: flex;
gap: .5rem;
.card {
background-color: ;
}
&[horizontal] {
flex-flow: row wrap;
}
}
.card {
background-color: color-mix(in srgb, var(--background) 95%, white);
border-radius: 1rem;