item/css
All checks were successful
/ job (push) Successful in 1m18s

This commit is contained in:
Marc Beninca 2025-04-17 11:55:01 +02:00
parent aec7a3fd61
commit ffe6cb2203
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -107,6 +107,10 @@ a:hover {
color: var(--anchor-text);
}
body.item button.item {
background: var(--item-odd-gradient);
}
article.org, header {
border-radius: .25em;
padding-block: .25em;
@ -198,10 +202,10 @@ img.photo {
border-top: var(--border-on);
}
li:nth-of-type(even) {
body.item li:nth-of-type(even) {
background: var(--item-even-gradient);
}
li:nth-of-type(odd) {
body.item li:nth-of-type(odd) {
background: var(--item-odd-gradient);
}