summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-02-15 14:26:36 +0000
committerMatthew Lemon <y@yulqen.org>2024-02-15 14:26:36 +0000
commitc8065a2fcd2386b96eaa1521513afe3f9ba59770 (patch)
treec37ad34ec61a2d3382f085aecf0251479778baf5
parent38ee4721c722930d62a08aab1fbb8bbed98e16ac (diff)
Switched off the gradient background in the table header
-rw-r--r--ui/static/css/main.css2
1 files changed, 1 insertions, 1 deletions
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;