From d05f33f559d442eaa704429ff8b67777593f5bf3 Mon Sep 17 00:00:00 2001 From: Saahith <22772542+saahithjanapati@users.noreply.github.com> Date: Tue, 7 Oct 2025 10:47:01 -0400 Subject: [PATCH] Adjust catalog title header background in light mode --- src/Catalog.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Catalog.css b/src/Catalog.css index 635856e..077aad6 100644 --- a/src/Catalog.css +++ b/src/Catalog.css @@ -556,6 +556,14 @@ ul { box-shadow: none; } + .catalogPage tr.title-header th { + background-color: #fffaf1; + } + + .catalogPage .title-header-content { + background-color: #fffaf1; + } + } .catalogPage .subject {