mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
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:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user