introduce alt colros

This commit is contained in:
2025-11-21 17:18:23 -08:00
parent ecf3454178
commit 572ad88469
2 changed files with 11 additions and 7 deletions

View File

@ -24,7 +24,7 @@
.artist {
margin: 1rem 0 3rem;
}
.artist:nth-child(n) {
grid-template:
'imgs'
@ -60,7 +60,7 @@
.description {
grid-area: desc;
background-color: light-dark(var(--color-dark), var(--color-light));
background-color: light-dark(var(--color-light-alt), var(--color-dark-alt));
border-radius: 0 0 1rem 1rem;
}