fix(theme): match tomorrow directory/archive table headers to 4chan

Use post-form title colors for thead cells and drop borders in Tomorrow theme.
This commit is contained in:
Tommaso Casaburi
2026-05-22 00:43:21 +07:00
parent 4c011b3fdd
commit 693c8ad360
2 changed files with 7 additions and 2 deletions
+4 -1
View File
@@ -212,8 +212,11 @@
background: rgba(255, 255, 255, 0.1); background: rgba(255, 255, 255, 0.1);
} }
:global(body.tomorrow) .flashListing thead th,
:global(body.tomorrow) .flashListing thead td { :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 { :global(body.photon) .rowOdd td {
+3 -1
View File
@@ -300,7 +300,9 @@
:global(body.tomorrow) .flashListing thead th, :global(body.tomorrow) .flashListing thead th,
:global(body.tomorrow) .flashListing thead td { :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 { :global(body.photon) .rowOdd td {