From 80aca6a9718355b674bddf1bae13b67b782995af Mon Sep 17 00:00:00 2001 From: billz Date: Fri, 25 Oct 2024 01:19:44 -0700 Subject: [PATCH] Global style tweaks --- app/css/all.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/css/all.css b/app/css/all.css index babf73fb..3c231c44 100644 --- a/app/css/all.css +++ b/app/css/all.css @@ -31,6 +31,10 @@ a { font-family: Helvetica, Arial, sans-serif; } +th { + color: #495057 !important; +} + .h-underlined { border-bottom: 1px solid #e3e6f0; padding-bottom: 0.3rem;