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 {