From 06ed2f79852cadc26a052ec438488d91193ce4e5 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 28 Jan 2023 13:34:23 -0500 Subject: revenue/expenses report for 2022 Signed-off-by: Xe Iaso --- static/css/gruvbox-dark.css | 2 +- static/css/hack.css | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'static') diff --git a/static/css/gruvbox-dark.css b/static/css/gruvbox-dark.css index 327bfa1..a16bf37 100644 --- a/static/css/gruvbox-dark.css +++ b/static/css/gruvbox-dark.css @@ -62,7 +62,7 @@ } .gruvbox-dark table tbody td:first-child { - color: #b0bec5 + font-weight: bold; } .gruvbox-dark .form-control, diff --git a/static/css/hack.css b/static/css/hack.css index d9cf46e..c531557 100644 --- a/static/css/hack.css +++ b/static/css/hack.css @@ -355,12 +355,8 @@ table th { line-height: 15px; padding: 10px; } -table thead th { - font-size: 10px; -} table tbody td:first-child { font-weight: 700; - color: #333; } .form { width: 30rem; -- cgit v1.2.3