From c8065a2fcd2386b96eaa1521513afe3f9ba59770 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 15 Feb 2024 14:26:36 +0000 Subject: Switched off the gradient background in the table header --- ui/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/static/css/main.css b/ui/static/css/main.css index 8fe670d..9f3d339 100644 --- a/ui/static/css/main.css +++ b/ui/static/css/main.css @@ -90,7 +90,7 @@ table#home-summary-table th { /* border: solid 2px #ccc; */ /* background: lightgray; */ - background: linear-gradient(to bottom, rgb(0 0 0 / 10%), rgb(0 0 0 / 30%)); + /* background: linear-gradient(to bottom, rgb(0 0 0 / 10%), rgb(0 0 0 / 30%)); */ /* font-weight: unset; */ letter-spacing: 1px; text-align: left; -- cgit v1.2.3