diff --git a/mvp.css b/mvp.css index a8e8a5b..f2b22f5 100644 --- a/mvp.css +++ b/mvp.css @@ -415,6 +415,10 @@ table tr td:first-child { text-align: var(--justify-normal); } +table tr:nth-child(even) { + background-color: var(--color-bg-secondary); +} + /* Quotes */ blockquote { display: block;