Update table button colors.

This commit is contained in:
yukirij 2024-08-27 18:38:59 -07:00
parent 0c8143c855
commit 2c5e79a35d

View File

@ -57,7 +57,7 @@ main>table.list td:last-child>button{
font-size:1.25rem;
cursor:pointer;
background-color:inherit;
background-color:#383838;
color:#e0e0e0;
border:0;
outline:0;
@ -66,7 +66,7 @@ main>table.list td:last-child>button.highlight {
background-color:#772d43;
}
main>table.list td:last-child>button:hover{
background-color:#343434;
background-color:#3c3c3c;
}
main>article{