From 2c5e79a35d3e83086af02043f61a75305f88cd49 Mon Sep 17 00:00:00 2001 From: yukirij Date: Tue, 27 Aug 2024 18:38:59 -0700 Subject: [PATCH] Update table button colors. --- www/css/ui.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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{