From 915bad8125f5b7658dcafff2ca9da68e658ec414 Mon Sep 17 00:00:00 2001 From: Lucas Hinderberger Date: Sat, 3 Oct 2020 00:16:17 +0200 Subject: [PATCH] Fixes #89 --- assets/css/codeberg-docs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/codeberg-docs.css b/assets/css/codeberg-docs.css index f409692..7dea114 100644 --- a/assets/css/codeberg-docs.css +++ b/assets/css/codeberg-docs.css @@ -50,7 +50,7 @@ article p { hyphens: auto; max-width: 100%; } article table { border-collapse: collapse; } article td, th { padding: 15px; } article th { background: #ddd; } -article tr:nth-of-type(2) { background: #eee; } +article tr:nth-of-type(even) { background: #eee; } article hr { width: 80%; border: 1px solid #eee; } .contribution-invitation hr { margin-top: 70px; margin-bottom: 30px; }