diff --git a/www/css/ui.css b/www/css/ui.css index a151e85..89afc04 100644 --- a/www/css/ui.css +++ b/www/css/ui.css @@ -6,8 +6,8 @@ main>table.list tr{ height:2.5rem; background-color:#303030; } -main>table.list tr:nth-child(even){ - background-color:#323232; +main>table.list tr:nth-child(odd){ + background-color:#343434; } main>table.list th{ padding:0 1rem 0 1rem; @@ -57,7 +57,7 @@ main>table.list td:last-child>button{ font-size:1.25rem; cursor:pointer; - background-color:#383838; + background-color:inherit; color:#e0e0e0; border:0; outline:0;