From c0209c2c84cb0703907690dbed1a417946f4d6a0 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Fri, 22 Jul 2022 15:23:12 +0300 Subject: [PATCH] Infra: Table lines instead of zebra stripes --- pep_sphinx_extensions/pep_theme/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep_sphinx_extensions/pep_theme/static/style.css b/pep_sphinx_extensions/pep_theme/static/style.css index 07c477d5dac..b502f2d3035 100644 --- a/pep_sphinx_extensions/pep_theme/static/style.css +++ b/pep_sphinx_extensions/pep_theme/static/style.css @@ -231,8 +231,8 @@ table { table caption { margin: 1rem 0 .75rem; } -table tbody tr:nth-of-type(odd) { - background-color: var(--colour-background-accent); +table tr { + border-bottom: 1px solid var(--colour-rule-strong); } table th, table td {