From 31567e2454afee79432b5a4b29f5f539b070b96e Mon Sep 17 00:00:00 2001 From: Darks Date: Thu, 23 Jul 2020 19:29:30 +0200 Subject: [PATCH] =?UTF-8?q?table:=20FIX=20le=20css=20variabilis=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/static/css/table.css | 2 +- app/static/css/theme.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/static/css/table.css b/app/static/css/table.css index 288c05d..54d4aae 100644 --- a/app/static/css/table.css +++ b/app/static/css/table.css @@ -7,7 +7,7 @@ table { table tr:nth-child(even) { background: var(--background); } -table tr:nth-child(even) { +table tr:nth-child(odd) { background: var(--background); } table th { diff --git a/app/static/css/theme.css b/app/static/css/theme.css index c7aba0a..cd2756e 100644 --- a/app/static/css/theme.css +++ b/app/static/css/theme.css @@ -29,7 +29,7 @@ table { --border: #d8d8d8; } table tr:nth-child(even) { - --background: rgba(0, 0, 0, .05); + --background: rgba(0, 0, 0, .1); } table th { --background: #e0e0e0;