From 01c3d52ecaec111f71f09f49562eccc84d58eab7 Mon Sep 17 00:00:00 2001 From: NguyenND Date: Wed, 10 Jun 2026 14:46:15 -0400 Subject: [PATCH] 06/10 Fix login page brand headline color --- app/static/css/theme.css | 1 - 1 file changed, 1 deletion(-) diff --git a/app/static/css/theme.css b/app/static/css/theme.css index e8fa293..d405369 100644 --- a/app/static/css/theme.css +++ b/app/static/css/theme.css @@ -73,7 +73,6 @@ body { h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: var(--bs-body-font-family); - color: var(--jqc-ink); font-weight: 700; letter-spacing: -.01em; }