From ffe6cb2203775f9b1b2efd010732db3409b16dfc Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Thu, 17 Apr 2025 11:55:01 +0200 Subject: [PATCH] item/css --- in/style/main.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/in/style/main.css b/in/style/main.css index 6715431..4705397 100644 --- a/in/style/main.css +++ b/in/style/main.css @@ -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); }