diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-12 17:42:08 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-12 17:42:08 +0000 |
commit | 38ee4721c722930d62a08aab1fbb8bbed98e16ac (patch) | |
tree | c347d9bf68fc5be4e89d5f1bb91fc293365a0435 | |
parent | 87f80eedecd151cd7c10cd4988781640e823a8e0 (diff) |
If we want table stripes...
-rw-r--r-- | ui/static/css/main.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/static/css/main.css b/ui/static/css/main.css index 8070c56..8fe670d 100644 --- a/ui/static/css/main.css +++ b/ui/static/css/main.css @@ -61,6 +61,11 @@ table#home-summary-table thead th:nth-child(1) { width: 10%; } +/* If we want stripes... */ +/* tbody tr:nth-child(odd) { */ +/* background-color: rgb(0 0 0 / 5%); */ +/* } */ + /* table#home-summary-table thead th:nth-child(2) { */ /* width: 6%; */ /* } */ |