support alternate row colors on sidebar (#1354)

This commit is contained in:
jeffvli
2025-12-09 17:32:29 -08:00
parent d5799af44e
commit fcfe39aa2b
3 changed files with 1 additions and 3 deletions
@@ -87,7 +87,7 @@
}
.container.alternate-row-even {
background-color: initial;
background-color: var(--theme-colors-background);
}
.container.alternate-row-odd {