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; }