diff --git a/www/css/ui.css b/www/css/ui.css index 04367d0..a151e85 100644 --- a/www/css/ui.css +++ b/www/css/ui.css @@ -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{