diff options
-rw-r--r-- | ui/static/css/main.css | 3 |
1 files changed, 2 insertions, 1 deletions
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; |