From 693c8ad360c9d6288cc28f1e10fb29416e46c008 Mon Sep 17 00:00:00 2001 From: Tommaso Casaburi Date: Fri, 22 May 2026 00:43:21 +0700 Subject: [PATCH] fix(theme): match tomorrow directory/archive table headers to 4chan Use post-form title colors for thead cells and drop borders in Tomorrow theme. --- src/views/archive/archive.module.css | 5 ++++- src/views/directory/directory.module.css | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/archive/archive.module.css b/src/views/archive/archive.module.css index e20069cc..9f13f1eb 100644 --- a/src/views/archive/archive.module.css +++ b/src/views/archive/archive.module.css @@ -212,8 +212,11 @@ background: rgba(255, 255, 255, 0.1); } +:global(body.tomorrow) .flashListing thead th, :global(body.tomorrow) .flashListing thead td { - background: #b294bb; + background: var(--post-form-field-title-background-color); + color: var(--post-form-field-title-color); + border: none; } :global(body.photon) .rowOdd td { diff --git a/src/views/directory/directory.module.css b/src/views/directory/directory.module.css index bcab9181..351f1f6d 100644 --- a/src/views/directory/directory.module.css +++ b/src/views/directory/directory.module.css @@ -300,7 +300,9 @@ :global(body.tomorrow) .flashListing thead th, :global(body.tomorrow) .flashListing thead td { - background: #b294bb; + background: var(--post-form-field-title-background-color); + color: var(--post-form-field-title-color); + border: none; } :global(body.photon) .rowOdd td {