Update table row colors.

This commit is contained in:
yukirij 2024-08-27 18:37:48 -07:00
parent 01e8df2f9b
commit 0c8143c855

View File

@ -7,7 +7,7 @@ main>table.list tr{
background-color:#303030; background-color:#303030;
} }
main>table.list tr:nth-child(even){ main>table.list tr:nth-child(even){
background-color:#2c2c2c; background-color:#323232;
} }
main>table.list th{ main>table.list th{
padding:0 1rem 0 1rem; padding:0 1rem 0 1rem;
@ -35,7 +35,7 @@ main>table.list td:last-child{
display:flex; display:flex;
flex-flow:row nowrap; flex-flow:row nowrap;
align-items:flex-start; align-items:flex-start;
justify-content:flex-end; justify-content:flex-start;
width:auto; width:auto;
border: 0; border: 0;
@ -57,7 +57,7 @@ main>table.list td:last-child>button{
font-size:1.25rem; font-size:1.25rem;
cursor:pointer; cursor:pointer;
background-color:#303030; background-color:inherit;
color:#e0e0e0; color:#e0e0e0;
border:0; border:0;
outline:0; outline:0;