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;