From 87f80eedecd151cd7c10cd4988781640e823a8e0 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 12 Feb 2024 17:25:59 +0000 Subject: Adds gradient to table header --- ui/static/css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/static/css/main.css b/ui/static/css/main.css index 916eac6..8070c56 100644 --- a/ui/static/css/main.css +++ b/ui/static/css/main.css @@ -84,7 +84,8 @@ table#home-summary-table thead th:nth-child(1) { table#home-summary-table th { /* border: solid 2px #ccc; */ - background: lightgray; + /* background: lightgray; */ + 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